PDFDeviceNColorSpace¶
Namespace: O2S.Components.PDF4NET.Graphics
Defines a DeviceN colorspace.
Inheritance Object → PDFColorSpace → PDFDeviceNColorSpace
Constructors¶
PDFDeviceNColorSpace()¶
Initializes a new PDFDeviceNColorSpace object.
Properties¶
AlternateColorSpace¶
Gets or sets the alternate colorspace.
Property Value
PDFColorSpace
The alternate color space that is used when one or more of the colorants are not supported by the destination device.
Attributes¶
Gets the colorspace attributes.
Property Value
PDFDeviceNAttributes
The colorspace attributes.
ColorantNames¶
Gets the collection of colorant names.
Property Value
PDFDeviceNColorantNameCollection
A list of names specifying the individual color components.
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.