Aspose::Pdf::ColorType enum

ColorType enum

Specifies color type of elements on page.

enum class ColorType

Values

NameValueDescription
Rgb0RGB color type.
Grayscale1Grayscale color type.
BlackAndWhite2Black and white color type.
Undefined3Undefined color type value.

See Also