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