Specifies the line cap style to be used at the ends of the lines.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public enum PdfLineCap
Public Enumeration PdfLineCap
public enum class PdfLineCap
type PdfLineCap
Members
Member | Value | Description |
---|---|---|
Flat | 0 |
The stroke is squared off at the endpoint of the path. There is no
projection beyond the end of the path.
|
Round | 1 |
A semicircular arc with a diameter equal to the line width is
drawn around the endpoint and filled in.
|
Square | 2 |
The stroke continues beyond the endpoint of the path
for a distance equal to half the line width and is squared off.
|