Skip to main content
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

NameDescription
PCM\_ForceToBwAll documents will be saved as black-and-white. For color and gray documents this will reduce the size of the output file.
PCM\_ForceToGrayColor 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\_KeepColorityColors will be saved during export.

Used in

IPDFExportParams::Colority IPictureExportParams::Colority