GStateLineCap Enumeration |
LineCap types
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum GStateLineCap
Public Enumeration GStateLineCap
public enum class GStateLineCap
pdftron.PDF.GStateLineCap = function();
pdftron.PDF.GStateLineCap.createEnum('pdftron.PDF.GStateLineCap', false);
Members
| Member name | Value | Description |
---|
| e_butt_cap | 0 | The stroke is squared off at the endpoint of the path. |
| e_round_cap | 1 | A semicircular arc with a diameter equal to the line width. |
| e_square_cap | 2 | squared off stroke continues beyond the endpoint of the path. |
See Also