Defines a single color object used to fill shapes and draw text.
Inheritance Hierarchy
PdfEdit.DrawingXBrush
PdfEdit.DrawingXSolidBrush
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
The XSolidBrush type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XSolidBrush |
Initializes a new instance of the XSolidBrush class.
| |
XSolidBrush(XColor) |
Initializes a new instance of the XSolidBrush class.
| |
XSolidBrush(XSolidBrush) |
Initializes a new instance of the XSolidBrush class.
|
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Color |
Gets or sets the color of this brush.
| |
Overprint |
Gets or sets a value indicating whether the brush enables overprint when used in a PDF document.
Experimental, takes effect only on CMYK color mode.
|
See Also