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; }
Public ReadOnly Property InkCollector As InkCollector
Get
Property Value
Type:
InkCollector The Microsoft.Ink.InkCollector used by the
InkAnnotation.
See Also