Table of Contents

Method AddPath

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

AddPath(IEnumerable<PdfPoint>)

Adds a new path to the end of this annotation path collection.

public void AddPath(IEnumerable<PdfPoint> points)

Parameters

points IEnumerable<PdfPoint>

The points to construct the new path from.