PictureColorityModeEnum
PictureColorityModeEnum enumeration constants are used to define color setting for pictures exported to output files in various formats.
typedef enum {
PCM_KeepColority,
PCM_ForceToGray,
PCM_ForceToBw
} PictureColorityModeEnum;
Elements
Name | Description |
---|---|
PCM_ForceToBw | All documents will be saved as black-and-white. For color and gray documents this will reduce the size of the output file. |
PCM_ForceToGray | Color and gray documents will be saved in grayscale, black-and-white documents will be saved as is. For color documents this will reduce the size of the output file. |
PCM_KeepColority | Colors will be saved during export. |
Used in
7/3/2024 8:50:25 AM