Format ICC Profile Flags for PIFmtICCFlagsProperty

Format Flags ICC Profile Flags for PIFmtICCFlagsProperty

#define PIFmtICCEmbedGrayFlag   0
 Can embed profiles in gray scale images, when bit is set.
#define PIFmtICCEmbedIndexedFlag   1
 Can embed profiles in indexed color images, when bit is set.
#define PIFmtICCEmbedRGBFlag   2
 Can embed profiles in RGB images, when bit is set.
#define PIFmtICCEmbedCMYKFlag   3
 Can embed profiles in CMYK images, when bit is set.

Define Documentation

#define PIFmtICCEmbedGrayFlag   0

Can embed profiles in gray scale images, when bit is set.

#define PIFmtICCEmbedIndexedFlag   1

Can embed profiles in indexed color images, when bit is set.

#define PIFmtICCEmbedRGBFlag   2

Can embed profiles in RGB images, when bit is set.

#define PIFmtICCEmbedCMYKFlag   3

Can embed profiles in CMYK images, when bit is set.