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:
- Any active DynamicPDF Subscription (Essentials, Professional, Professional Plus or Ultimate).
- A DynamicPDF Core Suite for .NET v12.X Essentials license.
- It can also be used for free with a public link back to www.dynamicpdf.com and with the DynamicPDF Essentials message displaying on the bottom of each page.
Properties
ColorSpace | Gets the color space for the color. (Inherited from Color) |
Components | Gets 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. |