Click or drag to resize

ColorPt Class

ColorPt is an Array of colorants (or tint values) representing a color point in an associated color space.
Sets the font color (This only effects text-based stamps).
Inheritance Hierarchy
SystemObject
  pdftron.PDFColorPt

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class ColorPt : IClosable

The ColorPt type exposes the following members.

Constructors
  NameDescription
Public methodColorPt
Instantiates a new ColorPt object.
Public methodColorPt(Double)
Instantiates a new ColorPt object.
Public methodColorPt(Double, Double)
Instantiates a new ColorPt object.
Public methodColorPt(Double, Double, Double)
Instantiates a new ColorPt object.
Public methodColorPt(Double, Double, Double, Double)
Instantiates a new ColorPt object.
Top
Methods
  NameDescription
Public methodClose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGet
Gets the.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSet(Double)
Sets the.
Public methodSet(ColorPt)
Sets value to the given ColorPt object
Public methodSet(Double, Double)
Sets the.
Public methodSet(Int32, Double)
Sets the.
Public methodSet(Double, Double, Double)
Sets the.
Public methodSet(Double, Double, Double, Double)
Sets the.
Public methodSetColorantNum
Sets the colorant number.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also