SeparationColorSpace Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a separation color space.
Inheritance Hierarchy

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

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 class SeparationColorSpace : ColorSpace

The SeparationColorSpace type exposes the following members.

Constructors

  NameDescription
Public methodSeparationColorSpace
Initializes a new instance of the SeparationColorSpace 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 propertyColorantName
Gets the name of the colorant that this Separation 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