ArcObjects Library Reference (EditorExt)  

ITabletExt.AutoRecognizeInkGraphics Property

Indicates whether Ink Graphics should automatically re-recognize themselves when updated.

[Visual Basic .NET]
Public Property AutoRecognizeInkGraphics As Boolean
[C#]
public bool AutoRecognizeInkGraphics {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

When AutoRecgonizeInkGraphics is set to true, every time that an ink graphic is created or updated, its ink will be recognized and the textual representation will be stored with the graphic element. The Ink Find tool will then use the text property to search for ink stored in a graphics layer. This is important if the Find is going to be performed on a non-tablet pc as recognition is only support on tablets.

See Also

ITabletExt Interface