InkAnnotationInkList Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the ink list.

Namespace:  Apitron.PDF.Kit.Interactive.Annotations
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public IList<double[]> InkList { get; set; }

Property Value

Type: IListDouble
Examples

IList <double[]> inkList = new List <double[]>();
inkList.Add(new double[] { 10, 10, 12, 18, 22, 36, 100, 10, 20, 40 });
inkList.Add(new double[] { 200, 200, 180, 190, 190, 160 });
inkAnnotation.InkList = inkList;
See Also

Reference