Skip to content

PDFDeviceNColorSpace

Namespace: O2S.Components.PDF4NET.Graphics

Defines a DeviceN colorspace.

public class PDFDeviceNColorSpace : PDFColorSpace

Inheritance ObjectPDFColorSpacePDFDeviceNColorSpace

Constructors

PDFDeviceNColorSpace()

Initializes a new PDFDeviceNColorSpace object.

public PDFDeviceNColorSpace()

Properties

AlternateColorSpace

Gets or sets the alternate colorspace.

public PDFColorSpace AlternateColorSpace { get; set; }

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.

public PDFDeviceNAttributes Attributes { get; set; }

Property Value

PDFDeviceNAttributes
The colorspace attributes.


ColorantNames

Gets the collection of colorant names.

public PDFDeviceNColorantNameCollection ColorantNames { get; }

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.

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