Click or drag to resize

EditorViewVerifierVisible Property

This property controls whether the Verifier is visible or not.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[BindableAttribute(BindableSupport.Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(119)]
public bool VerifierVisible { get; set; }

Property Value

Type: Boolean
Remarks

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.

See Also