DeviceColor

Represents the base class for which all solid colors are derived.

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

Inheritance: ObjectColorDeviceColor

Derived: CmykColor, Grayscale, RgbColor, WebColor

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.
(Inherited from Color)
ComponentsGets the number of components for the device 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.
(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)
ToStringBuilder(StringBuilder)Appends the color information to the given StringBuilder object.

See Also

ceTe.DynamicPDF

In this topic