Defines an object used to draw lines and curves.
Inheritance Hierarchy
PdfEdit.DrawingXPen
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
The XPen type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| XPen(XColor) |
Initializes a new instance of the XPen class.
| |
| XPen(XPen) |
Initializes a new instance of the XPen class.
| |
| XPen(XColor, Double) |
Initializes a new instance of the XPen class.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Clones this instance.
| |
| 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.) |
Operators
| Name | Description | |
|---|---|---|
| (Pen to XPen) |
Implicit conversion from Pen to XPen
|
Properties
| Name | Description | |
|---|---|---|
| Color |
Gets or sets the color.
| |
| DashOffset |
Gets or sets the dash offset.
| |
| DashPattern |
Gets or sets the dash pattern.
| |
| DashStyle |
Gets or sets the dash style.
| |
| LineCap |
Gets or sets the line cap.
| |
| LineJoin |
Gets or sets the line join.
| |
| MiterLimit |
Gets or sets the miter limit.
| |
| Overprint |
Gets or sets a value indicating whether the pen enables overprint when used in a PDF document.
Experimental, takes effect only on CMYK color mode.
| |
| Width |
Gets or sets the width.
|
See Also