Click or drag to resize

ElementGetPathData Method

Get the PathData stored by the path element.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public PathData GetPathData()

Return Value

Type: PathData
The PathData which contains the operators and corresponding point data.
See Also