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()
Public Function GetPathData As PathData
public:
virtual PathData^ GetPathData() sealed
Return Value
Type:
PathData The PathData which contains the operators and corresponding point data.
See Also