PdfColorMode EnumerationTerminal Works - PDF Printing.Net Library
Specifies what color model is used in a PDF document.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public enum PdfColorMode
Members

  Member nameValueDescription
Undefined0 All color values are written as specified in the XColor objects they come from.
Rgb1 All colors are converted to RGB.
Cmyk2 All colors are converted to CMYK.
See Also

Reference