Gets this path's Array of path segment types.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function get_ops As Byte()
public:
virtual array<unsigned char>^ get_ops() sealed
Return Value
Type:
Byte an Array of PathSegmentType identifiers used to identify path data points
returned by GetPoints().
See Also