Click or drag to resize

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; }

Property Value

Type: Boolean
Remarks
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