Class LineCaps
Line-cap style for stroked paths. Maps to the PDF J operator
(ISO 32000-1 §8.4.3.3).
Inheritance
Namespace: IronSoftware
Assembly: IronPdf.dll
Syntax
public sealed class LineCaps : Enum
LineCaps controls the end-cap style applied to open stroked paths in a PDF, mapping directly to the PDF J operator (ISO 32000-1 §8.4.3.3). Butt clips the stroke flush with the path endpoint and is the default. Round adds a semicircular cap beyond the endpoint, and ProjectingSquare extends a square cap half the line width past the endpoint. Set this value when configuring stroke graphics state in IronPDF drawing operations.
Fields
Butt
The stroke is squared off at the endpoint of the path. There is no projection beyond the end of the path. Default for new PDFs.
Declaration
public const LineCaps Butt
Field Value
| Type | Description |
|---|---|
| LineCaps |
ProjectingSquare
The stroke continues beyond the endpoint of the path for a distance equal to half the line width and is squared off.
Declaration
public const LineCaps ProjectingSquare
Field Value
| Type | Description |
|---|---|
| LineCaps |
Round
A semicircular arc with diameter equal to the line width is drawn around the endpoint and filled in.
Declaration
public const LineCaps Round
Field Value
| Type | Description |
|---|---|
| LineCaps |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |