ScannerParametersDialogShowPaperSource Property
|
This property controls whether the PaperSource 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[DispIdAttribute(45)]
[BindableAttribute(BindableSupport.Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool ShowPaperSource { get; set; }
<DispIdAttribute(45)>
<BindableAttribute(BindableSupport.Yes)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property ShowPaperSource As Boolean
Get
Set
public:
[DispIdAttribute(45)]
[BindableAttribute(BindableSupport::Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property bool ShowPaperSource {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
Remarks
The control will offer only the paper sources supported by the particular scanner model.
See Also