GStateLineJoin Enumeration |
LineJoin types
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum GStateLineJoin
Public Enumeration GStateLineJoin
public enum class GStateLineJoin
pdftron.PDF.GStateLineJoin = function();
pdftron.PDF.GStateLineJoin.createEnum('pdftron.PDF.GStateLineJoin', false);
Members
| Member name | Value | Description |
---|
| e_miter_join | 0 | The two segments are extended until they meet |
| e_round_join | 1 | A circle with a diameter equal to the line width |
| e_bevel_join | 2 | The two segments are finished with butt caps |
See Also