Use this property to toggle the Info filter button.
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(25)]
public bool Info { get; set; }
<BindableAttribute(BindableSupport.Yes)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DispIdAttribute(25)>
Public Property Info As Boolean
Get
Set
public:
[BindableAttribute(BindableSupport::Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[DispIdAttribute(25)]
property bool Info {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also