ScannerParametersDialogShowADF Property
|
This property controls whether the ADF control is displayed by the SPC when visible.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(49)]
[BindableAttribute(BindableSupport.Yes)]
public bool ShowADF { get; set; }
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DispIdAttribute(49)>
<BindableAttribute(BindableSupport.Yes)>
Public Property ShowADF As Boolean
Get
Set
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[DispIdAttribute(49)]
[BindableAttribute(BindableSupport::Yes)]
property bool ShowADF {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
Remarks
The control will offer only ADF modes supported by the particular scanner model.
See Also