Aspose::Words::Saving::ImageColorMode enum

ImageColorMode enum

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

enum class ImageColorMode

Values

NameValueDescription
None0The pages of the document will be rendered as color images.
Grayscale1The pages of the document will be rendered as grayscale images.
BlackAndWhite2The pages of the document will be rendered as black and white images.

See Also