Gets or sets the line cap of the pen.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfLineCap LineCap { get; set; }
Public Property LineCap As PdfLineCap
Get
Set
public:
property PdfLineCap LineCap {
PdfLineCap get ();
void set (PdfLineCap value);
}
member LineCap : PdfLineCap with get, set
Property Value
Type:
PdfLineCap
See Also