Click or drag to resize
ColorType Enumeration
Specifies color type of elements on page.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public enum ColorType
Members
  Member nameValueDescription
Rgb0 RGB color type.
Grayscale1 Grayscale color type.
BlackAndWhite2 Black and white color type.
Undefined3 Undefined color type value.
See Also