ICCBasedColorSpace Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents an ICC-Based color space.
Inheritance Hierarchy

SystemObject
  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

public sealed class ICCBasedColorSpace : ColorSpace

The ICCBasedColorSpace type exposes the following members.

Constructors

  NameDescription
Public methodCode exampleICCBasedColorSpace(String, Byte)
Initializes a new instance of the ColorSpace class.
Public methodCode exampleICCBasedColorSpace(String, Byte, String)
Initializes a new instance of the ICCBasedColorSpace class.
Top
Properties

  NameDescription
Public propertyAlternateResourceID
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.
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyComponentsCount
Gets the components count.
(Overrides ColorSpace.ComponentsCount.)
Public propertyICCProfileData
Gets the ICC profile data.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Top
See Also

Reference