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