DeviceNColorSpace Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class pepresents a DeviceN color space.
Inheritance Hierarchy

SystemObject
  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

public sealed class DeviceNColorSpace : ColorSpace

The DeviceNColorSpace type exposes the following members.

Constructors

  NameDescription
Public methodDeviceNColorSpace
Initializes a new instance of the DeviceNColorSpace class.
Top
Properties

  NameDescription
Public propertyAlternateColorSpaceID
Gets the alternate color space identifier.
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyColorantNames
Gets the array of colorants that this DeviceN colour space is intended to represent.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertyTintFunctionID
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.
Top
See Also

Reference