Click or drag to resize

PdfColors Class

Represents a set of predefined PdfColors.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.ContentPdfColors

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntax
public static class PdfColors

The PdfColors type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberBlack Gets the Black color in DeviceGray color space.
Public fieldStatic memberBlue Gets the Blue color in DeviceRGB color space.
Public fieldStatic memberCyan Gets the Cyan color in DeviceCMYK color space.
Public fieldStatic memberGray Gets the Gray color in DeviceGray color space.
Public fieldStatic memberGreen Gets the Green color in DeviceRGB color space.
Public fieldStatic memberMagenta Gets the Magenta color in DeviceCMYK color space.
Public fieldStatic memberRed Gets the Red color in DeviceRGB color space.
Public fieldStatic memberWhite Gets the White color in DeviceGray color space.
Public fieldStatic memberYellow Gets the Yellow color in DeviceCMYK color space.
Top
See Also