LineCapStyle Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Specifies the shape to be used at the ends of open subpaths (and dashes, if any) when they are stroked.
Namespace:Bytescout.PDFAssembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Butt | 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. | |
ProjectingSquare | 2 | The stroke continues beyond the endpoint of the path for a distance equal to half the line width, and is squared off. |
See Also