Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@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: 1.9.9.356-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