Skip to content

PDFColorSpace

Namespace: O2S.Components.PDF4NET.Graphics

Defines the base class for PDF colorspaces.

public class PDFColorSpace

Inheritance ObjectPDFColorSpace

Properties

ColorComponentCount

Gets the number of components used by a color in this colorspace.

public int ColorComponentCount { get; }

Property Value

Int32


CosObject

Gets the raw colorspace object.

public PDFCosObject CosObject { get; }

Property Value

PDFCosObject


Type

Gets the colorspace type.

public PDFColorSpaceType Type { get; }

Property Value

PDFColorSpaceType
A PDFColorSpaceType that represents the colorspace type.


Methods