Table of Contents

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 int

The zero-based index of the path to get.

Returns

PdfPoint[]

The collection of points in the path specified by the index.