Gets the
PdfPenInfo object of this path. It encapsulates the properties
related to stroking operations.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfPenInfo Pen { get; }
VB
Public ReadOnly Property Pen As PdfPenInfo
Get
Property Value
Type:
PdfPenInfoThe
PdfPenInfo object of this path.
See Also