Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.FixedLayout.ResourcesResource
ColorSpace
Apitron.PDF.Kit.FixedLayout.Resources.ColorSpaces.SpecialDeviceNColorSpace
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
This class pepresents a DeviceN color space.
Inheritance Hierarchy
Apitron.PDF.Kit.FixedLayout.ResourcesResource
ColorSpace
Apitron.PDF.Kit.FixedLayout.Resources.ColorSpaces.SpecialDeviceNColorSpace
Namespace: Apitron.PDF.Kit.FixedLayout.Resources.ColorSpaces.Special
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
The DeviceNColorSpace type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DeviceNColorSpace |
Initializes a new instance of the DeviceNColorSpace class.
|
Properties
Name | Description | |
---|---|---|
AlternateColorSpaceID |
Gets the alternate color space identifier.
| |
CanBeExported |
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.) | |
ColorantNames |
Gets the array of colorants that this DeviceN colour space is intended to represent.
| |
ResourceType |
Gets the resource type.
(Inherited from Resource.) | |
TintFunctionID |
Gets the tintTransform function identifier.
During subsequent painting operations, a PDF processor calls this function to transform a tint value into colour component values in the alternate colour space.
|
See Also