EditorViewVerifierVisible Property |
Namespace: Kofax.OmniPageCSDK.ToolBoxes
[BindableAttribute(BindableSupport.Yes)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [DispIdAttribute(119)] public bool VerifierVisible { get; set; }
The Verifier is a correction tool which can display the image part assigned to the currently edited characters together with the recognized text. As the caret position changes in the editor, the image piece displayed in the verifier is updated accordingly.
This property can be altered by user interactions as well as through the API, for example, when double clicking a word in the editor, the verifier appears automatically. This property - including any verification initiated by user interaction - is effective only if EnableVerifier is True.
The default value for this property is False.