Pattern

Represents the base class for all pattern colors are derived.

public abstract class Pattern : Color
Public MustInherit Class Pattern
    Inherits Color

Inheritance: ObjectColorPattern

Derived: AutoGradient, Gradient

Licensing Info

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

Properties

ColorSpaceGets 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.
(Inherited from Color)
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.
(Inherited from Color)
Equals(Object)Tests equality of colors.
(Inherited from Color)
GetHashCode()Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Color)
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