Click or drag to resize

PdfPathObjectLineCap Property

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

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public LineCap LineCap { get; set; }

Property Value

LineCap
One of the values of the LineCap enumeration.
Remarks
Please find more details here: LineCap.
See Also