Aspose::Words::Saving::ImageColorMode enum
ImageColorMode enum
Specifies the color mode for the generated images of document pages.
enum class ImageColorMode
Values
| Name | Value | Description |
|---|---|---|
| None | 0 | The pages of the document will be rendered as color images. |
| Grayscale | 1 | The pages of the document will be rendered as grayscale images. |
| BlackAndWhite | 2 | The pages of the document will be rendered as black and white images. |
See Also
- Namespace Aspose::Words::Saving
- Library Aspose.Words for C++