Gets or sets the line cap of the pen.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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