ImageColorMode enumeration

ImageColorMode enumeration

Specifies the color mode for the generated images of document pages.

The ImageColorMode type exposes the following members:

Fields

FieldDescription
NONEThe pages of the document will be rendered as color images.
GRAYSCALEThe pages of the document will be rendered as grayscale images.
BLACK_AND_WHITEThe pages of the document will be rendered as black and white images.

See Also