ScannerParametersDialogShowContrast Property
|
This property controls whether or not the Contrast 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[BindableAttribute(BindableSupport.Yes)]
[DispIdAttribute(44)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool ShowContrast { get; set; }
<BindableAttribute(BindableSupport.Yes)>
<DispIdAttribute(44)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property ShowContrast As Boolean
Get
Set
public:
[BindableAttribute(BindableSupport::Yes)]
[DispIdAttribute(44)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property bool ShowContrast {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also