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