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