This document is archived and information here might be outdated. Recommended version. |
Indicates if the alternates dialog will always be shown when performing text recognition.
[Visual Basic .NET]
Public Property AlwaysShowAlternates As Boolean
[C#]
public bool AlwaysShowAlternates {get; set;}
[C++]
HRESULT get_AlwaysShowAlternates(
VARIANT_BOOL showAlternates
);
[C++]
HRESULT put_AlwaysShowAlternates(
Boolean* showAlternates
);
[C++] Parameters showAlternates [in]
showAlternates is a parameter of type bool showAlternates [out, retval]
showAlternates is a parameter of type bool*
When using the ControlsInkFindInkCommand, alternate text representations can be shown if recognition results are poor. Setting the AlwaysShowAlternates to true will force the ControlsInkFindInkCommand to display all textual representations of the ink sketched.