Click or drag to resize

GStateLineCap Enumeration

LineCap types

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum GStateLineCap
Members
  Member nameValueDescription
e_butt_cap0The stroke is squared off at the endpoint of the path.
e_round_cap1A semicircular arc with a diameter equal to the line width.
e_square_cap2squared off stroke continues beyond the endpoint of the path.
See Also