Table of Contents

Enum PdfColorspace

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll

Represents the color space used in a PDF document.

public enum PdfColorspace

Fields

CalGray = 4
CalRGB = 5
DeviceCMYK = 3
DeviceGray = 1
DeviceN = 9
DeviceRGB = 2
ICCBased = 7
Indexed = 10
Lab = 6
Pattern = 11
Separation = 8
Unknown = 0

Remarks

A color space defines how colors are represented and interpreted in a PDF. This enumeration includes standard color spaces such as DeviceRGB and DeviceCMYK, as well as specialized color spaces like ICCBased and Separation.