Table of Contents

Enum PdfColorMode

Namespace
PdfSharp.Pdf
Assembly
PdfSharp.dll

Specifies what color model is used in a PDF document.

public enum PdfColorMode

Fields

Cmyk = 2

All colors are converted to CMYK.

Rgb = 1

All colors are converted to RGB.

Undefined = 0

All color values are written as specified in the XColor objects they come from.