Namespace: BitMiracle.Docotic.Pdf
public sealed class PdfPenInfo
Public NotInheritable Class PdfPenInfo
The PdfPenInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | Color |
Gets the color to be used for stroking.
|
![]() | DashPattern |
Gets the line dash pattern.
|
![]() | EndCap |
Gets the shape of the endpoints for any open path that is stroked.
|
![]() | LineJoin |
Gets the shape of joints between connected segments of a stroked path.
|
![]() | MiterLimit |
Gets the miter limit of this pen.
|
![]() | Opacity |
Gets the opacity value in percent to be used for stroking operations.
|
![]() | Pattern |
Gets the pattern to be used for stroking operations.
|
![]() | Width |
Gets the width of this pen.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides Object.ToString().) |