Method GetPath
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
GetPath(int)
Gets the collection of points in the path specified by the index.
public PdfPoint[] GetPath(int index)
Parameters
index
intThe zero-based index of the path to get.
Returns
- PdfPoint[]
The collection of points in the path specified by the index.
Exceptions
- UnexpectedStructureException
The internal PDF structure does not contain the corresponding required value, or the value has an unexpected type.
- ArgumentOutOfRangeException
index
is less than0
or greater than the number of paths.