Click or drag to resize

PathDataget_ops Method

Gets this path's Array of path segment types.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public byte[] get_ops()

Return Value

Type: Byte
an Array of PathSegmentType identifiers used to identify path data points returned by GetPoints().
See Also