Link Search Menu Expand Document

InkList Constructor (IEnumerablePointsArray)

Initializes a new instance of the Bytescout.PDF.InkList class.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public InkList(
	IEnumerable<PointsArray> arrays
)

Parameters

arrays
Type: System.Collections.GenericIEnumerablePointsArray
An array of arrays, each representing a stroked path.
See Also

Reference