Skip to content

PDFSeparationColorSpace

Namespace: O2S.Components.PDF4NET.Graphics

Defines a separation colorspace.

public class PDFSeparationColorSpace : PDFColorSpace

Inheritance ObjectPDFColorSpacePDFSeparationColorSpace

Constructors

PDFSeparationColorSpace()

Initializes a new PDFSeparationColorSpace object.

public PDFSeparationColorSpace()

Properties

AlternateColorSpace

Gets or sets the alternate colorspace.

public PDFColorSpace AlternateColorSpace { get; set; }

Property Value

PDFColorSpace
The alternate color space that is used when the colorant is not supported by the destination device.


Colorant

Gets or sets the colorant name.

public string Colorant { get; set; }

Property Value

String
The name of the colorant that this separation color space is intended to represent


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


TintTransform

Gets or sets the tint transform.

public PDFFunction TintTransform { get; set; }

Property Value

PDFFunction
A function that is used to transform the tint values into the alternate color space.


Type

Gets the colorspace type.

public PDFColorSpaceType Type { get; }

Property Value

PDFColorSpaceType
A PDFColorSpaceType that represents the colorspace type.


Methods