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