EditorViewVerifierDynamic Property
|
This property controls the Verifier mode.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax [DispIdAttribute(120)]
[BindableAttribute(BindableSupport.Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool VerifierDynamic { get; set; }
<DispIdAttribute(120)>
<BindableAttribute(BindableSupport.Yes)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property VerifierDynamic As Boolean
Get
Set
public:
[DispIdAttribute(120)]
[BindableAttribute(BindableSupport::Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property bool VerifierDynamic {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanRemarks
If it is set, the verifier is displayed in a floating window. If this parameter is False, the Verifier is docked in the editor frame window.
The default value of this property is True.
See Also