Color Class

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

SystemObject
  Apitron.PDF.Kit.FixedLayout.Resources.ColorSpacesColor

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources.ColorSpaces
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public class Color

The Color type exposes the following members.

Constructors

  NameDescription
Public methodColor(Double)
Initializes a new instance of the Color struct.
Public methodColor(Double, String)
Initializes a new instance of the Color struct.
Top
Properties

  NameDescription
Public propertyComponents
Gets the components.
Public propertyPatternResourceID
Gets the pattern resource identifier.
Top
Methods

  NameDescription
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also

Reference