PdfPen.EndCap Property

Gets or sets the PdfLineCap value specifying 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; set; }
VB
Public Property EndCap As PdfLineCap
	Get
	Set

Property Value

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

Remarks

Default value: ButtEnd.

See Also