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