psImageScaleMode
in psFile.h
#define MAX_STRING_LENGTH 256
#define PS_FILE_STATUS_ERROR (0)
#define PS_FILE_STATUS_OK (1)
#define PROLOG_STRING_NUM (11)
#define PROLOG_VERSION (0)
#define PROLOG_TITLE (1)
#define PROLOG_CREATOR (2)
#define PROLOG_CREATION_DATE (3)
#define PROLOG_FOR (4)
#define PROLOG_BOUND_BOX (5)
#define PROLOG_PAGES (6)
#define PROLOG_DOC_FONTS (7)
#define PROLOG_END_DOC (8)
#define PROLOG_END_PRO (9)
typedef enum psImageScaleMode {
psImageScaleModeBottomLeft = 1,
psImageScaleModeCenter = 2
} psImageScaleMode;