Click or drag to resize

PathDataPathSegmentType Enumeration

Enumeration used to indicate operator type.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum PathDataPathSegmentType
Members
  Member nameValueDescription
e_moveto1
e_lineto2
e_cubicto3
e_conicto4
e_rect5
e_closepath6
See Also