Enum ImageColorMode

Enum ImageColorMode

Namespace: Aspose.Words.Saving
Assembly: Aspose.Words.dll (25.3.0)

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

public enum ImageColorMode

Fields

BlackAndWhite = 2

The pages of the document will be rendered as black and white images.

Grayscale = 1

The pages of the document will be rendered as grayscale images.

None = 0

The pages of the document will be rendered as color images.