WebColor
Represents an RGB color created using the web hexadecimal convention.
public class WebColor : RgbColor
Public Class WebColor
Inherits RgbColor
Inheritance: ObjectColorDeviceColorRgbColorWebColor
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.
Remarks
See the Colors topic for more on web colors.
Constructors
| WebColor(String) | Initializes a new instance of the WebColor class. |
Properties
| B | Gets or sets the blue value. (Inherited from RgbColor) |
| ColorSpace | Gets the color space for the color. (Inherited from RgbColor) |
| Components | Gets the number of components for the device color. (Inherited from RgbColor) |
| G | Gets or sets the green value. (Inherited from RgbColor) |
| R | Gets or sets the red value. (Inherited from RgbColor) |
Methods
| DrawFill(OperatorWriter) | Draws the color data to the given PageWriter object. (Inherited from RgbColor) |
| DrawFill(PageWriter) | Draws the color data to the given PageWriter object. (Inherited from DeviceColor) |
| DrawStroke(OperatorWriter) | Draws the color data to the given PageWriter object. (Inherited from RgbColor) |
| DrawStroke(PageWriter) | Draws the color data to the given PageWriter object. (Inherited from DeviceColor) |
| Equals(Object) | Tests equality of colors. (Inherited from RgbColor) |
| 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 RgbColor) |
| 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. (Inherited from RgbColor) |