PdfPaintedXObject.Pen Property

Gets the pen properties of the page before painting this XObject.

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: PdfPenInfo
The pen properties of the page before painting this XObject.

See Also