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; }
<DispIdAttribute(121)>
<BindableAttribute(BindableSupport.Yes)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property EnableVerifier As Boolean
Get
Set
public:
[DispIdAttribute(121)]
[BindableAttribute(BindableSupport::Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property bool EnableVerifier {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanRemarks
If this parameter is False neither user interaction nor setting the VerifierVisible property to True will display the Verifier.
See Also