PdfLineCapStyle Enumeration
Specifies the shape used at the endpoints of a stroked open path
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
public enum PdfLineCapStyle
| Butt | 0 |
The stroke is squared off exactly at the endpoint, with no projection beyond it
|
| Round | 1 |
A semicircular arc with diameter equal to the line width is drawn around the endpoint.
The stroke is rounded off at the endpoint
|
| ProjectingSquare | 2 |
The stroke continues beyond the endpoint by a distance equal to half the line width.
The endpoint is squared off
|