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