Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.FixedLayout.ResourcesResource
ColorSpace
Apitron.PDF.Kit.FixedLayout.Resources.ColorSpaces.CIEBasedICCBasedColorSpace
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
This class represents an ICC-Based color space.
Inheritance Hierarchy
Apitron.PDF.Kit.FixedLayout.ResourcesResource
ColorSpace
Apitron.PDF.Kit.FixedLayout.Resources.ColorSpaces.CIEBasedICCBasedColorSpace
Namespace: Apitron.PDF.Kit.FixedLayout.Resources.ColorSpaces.CIEBased
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
The ICCBasedColorSpace type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ICCBasedColorSpace(String, Byte) |
Initializes a new instance of the ColorSpace class.
| |
ICCBasedColorSpace(String, Byte, String) |
Initializes a new instance of the ICCBasedColorSpace class.
|
Properties
Name | Description | |
---|---|---|
AlternateResourceID |
Gets the alternate resource ID. The alternate resource ID is an alternate colour space that shall be used in case the one specified in the stream data is not supported.
| |
CanBeExported |
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.) | |
ComponentsCount |
Gets the components count.
(Overrides ColorSpace.ComponentsCount.) | |
ICCProfileData |
Gets the ICC profile data.
| |
ResourceType |
Gets the resource type.
(Inherited from Resource.) |
See Also