PDFSeparationColorSpace¶
Namespace: O2S.Components.PDF4NET.Graphics
Defines a separation colorspace.
Inheritance Object → PDFColorSpace → PDFSeparationColorSpace
Constructors¶
PDFSeparationColorSpace()¶
Initializes a new PDFSeparationColorSpace object.
Properties¶
AlternateColorSpace¶
Gets or sets the alternate colorspace.
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.
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.
Property Value
CosObject¶
Gets the raw colorspace object.
Property Value
TintTransform¶
Gets or sets the tint transform.
Property Value
PDFFunction
A function that is used to transform the tint values into the alternate color space.
Type¶
Gets the colorspace type.
Property Value
PDFColorSpaceType
A PDFColorSpaceType that represents the colorspace type.