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 a solid pen.
Inheritance Hierarchy
Bytescout.PDFPen
Bytescout.PDFSolidPen
Namespace: Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The SolidPen type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SolidPen |
Initializes a new instance of the Bytescout.PDF.SolidPen class.
|
![]() | SolidPen(Color) |
Initializes a new instance of the Bytescout.PDF.SolidPen class.
|
![]() | SolidPen(Color, Single) |
Initializes a new instance of the Bytescout.PDF.SolidPen class.
|
Properties
Name | Description | |
---|---|---|
![]() | Color |
Gets or sets the color of this pen.
|
![]() | DashPattern |
Gets or sets the line dash pattern.
(Overrides PenDashPattern.) |
![]() | LineCap |
Gets or sets the line cap of this pen.
(Overrides PenLineCap.) |
![]() | LineJoin |
Gets or sets the line join style of this pen.
(Overrides PenLineJoin.) |
![]() | MiterLimit |
Gets or sets the miter limit.
(Overrides PenMiterLimit.) |
![]() | Opacity |
Gets or sets the opacity value in percent.
(Overrides PenOpacity.) |
![]() | Width |
Gets or sets the width of this pen.
(Overrides PenWidth.) |
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Allows the creation of a shallow copy of this Bytescout.PDF.SolidPen.
(Overrides PenClone.) |
![]() | 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