PdfPenInfo.EndCap Property

Gets the shape of the endpoints for any open path that is stroked.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfLineCap EndCap { get; }
VB
Public ReadOnly Property EndCap As PdfLineCap
	Get

Property Value

Type: PdfLineCap
The PdfLineCap value specifying the shape of the endpoints for any open path that is stroked.

See Also