Click or drag to resize

GStateLineJoin Enumeration

LineJoin types

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum GStateLineJoin
Members
  Member nameValueDescription
e_miter_join0The two segments are extended until they meet
e_round_join1A circle with a diameter equal to the line width
e_bevel_join2The two segments are finished with butt caps
See Also