Click or drag to resize

ScannerParametersDialogMultiPageInterface Property

If this property is True, the scanner parameter controls are placed on a multi-page property sheet which might have a General and an Advanced tab if at least one control is enabled in each category.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(40)]
[BindableAttribute(BindableSupport.Yes)]
public bool MultiPageInterface { get; set; }

Property Value

Type: Boolean
Remarks

If a page does not contain any enabled controls, it is not included to the property sheet. The Name and Version properties are always placed on the General tab or Dialog window and they cannot be disabled. The default value of this property is True.

The scanner parameter controls are classified as follows:

General:

Name, Version, Brightness, AutoBrightness, Contrast, PaperSource, PaperSize, Resolution, Orientation, ADFMode.

Advanced:

DuplexMode, UIMode, ColorMode, Dropout, ScanArea.

If the MultiPageInterface property is False, the controls are placed on a single dialog window.

The default value of this property is True.

See Also