Click or drag to resize

EditorViewEnableVerifier Property

This property controls whether displaying the Verifier is enabled or not.

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

Property Value

Type: Boolean
Remarks
If this parameter is False neither user interaction nor setting the VerifierVisible property to True will display the Verifier.
See Also