Pen Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents the abstract pen, which contains the basic functionality of a pen.
Inheritance Hierarchy
Bytescout.PDFPen
Bytescout.PDFColoredTilingPen
Bytescout.PDFSolidPen
Bytescout.PDFUncoloredTilingPen
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The Pen type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Pen | Initializes a new instance of the Pen class |
Properties
| Name | Description | |
|---|---|---|
| DashPattern | Gets or sets the line dash pattern. | |
| LineCap | Gets or sets the line cap of this pen. | |
| LineJoin | Gets or sets the line join style of this pen. | |
| MiterLimit | Gets or sets the miter limit. | |
| Opacity | Gets or sets the opacity value in percent. | |
| Width | Gets or sets the width of this pen. |
Methods
| Name | Description | |
|---|---|---|
| Clone | Allows the creation of a shallow copy of this Bytescout.PDF.Pen. | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also