Click or drag to resize

InkDataInkCollector Property

Gets the Microsoft.Ink.InkCollector used to store the ink strokes.

Namespace:  Atalasoft.Annotate.Ink
Assembly:  Atalasoft.DotAnnotate.Ink (in Atalasoft.DotAnnotate.Ink.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public InkCollector InkCollector { get; }

Property Value

Type: InkCollector
The Microsoft.Ink.InkCollector used by the InkAnnotation.
See Also