PdfPen Class |
Namespace: Spire.Pdf.Graphics
The PdfPen type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PdfPen(PdfBrush) |
Initializes a new instance of theclass.
|
![]() |
PdfPen(PdfComplexColor) |
Initializes a new instance of theclass.
|
![]() |
PdfPen(PdfRGBColor) |
Initializes a new instance of theclass.
|
![]() |
PdfPen(PdfBrush, Single) |
Initializes a new instance of theclass.
|
![]() |
PdfPen(PdfRGBColor, Single) |
Initializes a new instance of theclass.
|
Name | Description | |
---|---|---|
![]() |
Brush |
Gets or sets the brush, which specifies the pen behaviour.
|
![]() |
Color |
Gets or sets the color of the pen.
|
![]() |
DashOffset |
Gets or sets the dash offset of the pen.
|
![]() |
DashPattern |
Gets or sets the dash pattern of the pen.
|
![]() |
DashStyle |
Gets or sets the dash style of the pen.
|
![]() |
LineCap |
Gets or sets the line cap of the pen.
|
![]() |
LineJoin |
Gets or sets the line join style of the pen.
|
![]() |
MiterLimit |
Gets or sets the miter limit.
|
![]() |
Width |
Gets or sets the width of the pen.
|
Name | Description | |
---|---|---|
![]() |
Clone |
Clones this instance.
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|