IndexedColorSpace Class

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

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    ColorSpace
      Apitron.PDF.Kit.FixedLayout.Resources.ColorSpaces.SpecialIndexedColorSpace

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

public sealed class IndexedColorSpace : ColorSpace

The IndexedColorSpace type exposes the following members.

Constructors

  NameDescription
Public methodCode exampleIndexedColorSpace
Initializes a new instance of the ColorSpace class.
Top
Properties

  NameDescription
Public propertyBaseColorSpaceResourceID
Gets the base color space resource ID.
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 propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Top
See Also

Reference