SpotColor

Represents a spot color.

public class SpotColor : Color
Public Class SpotColor
    Inherits Color

Inheritance: ObjectColorSpotColor

Licensing Info

This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Remarks

See the Colors topic for more on Spot Colors colors.

Constructors

SpotColor(Single, SpotColorInk)Initializes a new instance of the SpotColor class.

Properties

ColorSpaceGets the color space for the color.
TintGets the color space for the color.

Methods

DrawFill(OperatorWriter)Draws the color data to the given OperatorWriter object.
(Inherited from Color)
DrawFill(PageWriter)Draws the color data to the given PageWriter object.
DrawStroke(OperatorWriter)Draws the color data to the given OperatorWriter object.
(Inherited from Color)
DrawStroke(PageWriter)Draws the color data to the given PageWriter object.
Equals(Object)Tests equality of colors.
GetHashCode()Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Returns a String that represents the current Object .
(Inherited from Object)

See Also

ceTe.DynamicPDF

In this topic