ImageColorMode enumeration

ImageColorMode enumeration

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

The ImageColorMode type exposes the following members:

Fields

Field Description
NONE The pages of the document will be rendered as color images.
GRAYSCALE The pages of the document will be rendered as grayscale images.
BLACK_AND_WHITE The pages of the document will be rendered as black and white images.

See Also