Gets number of stroked pathes in the InkList.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int GetPathCount()
Public Function GetPathCount As Integer
public:
virtual int GetPathCount() sealed
Return Value
Type:
Int32 An integer representing the number of pathes in the Ink list.
Remarks The Ink list is An Array of n Arrays,
each representing a stroked path. Each Array shall be a series of
Point objects specifying points along the path.
When drawn, the points shall be connected by straight lines or curves
in an implementation-dependent way.
See Also