InkAnnotation.InkList

InkAnnotation.InkList property

Gets or sets list of gestures that are independent lines which are represented by Point[] arrays.

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

See Also