PdfInkAnnotation.AddPath Method

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

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public void AddPath(
	IEnumerable<PdfPoint> points
)
VB
Public Sub AddPath ( 
	points As IEnumerable(Of PdfPoint)
)

Parameters

points
Type: System.Collections.Generic.IEnumerable<PdfPoint>
The points to construct the new path from.

See Also