ScannerParametersDialog.MultiPageInterface Property |
Namespace: Kofax.OmniPageCSDK.ToolBoxes
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [DispIdAttribute(40)] [BindableAttribute(BindableSupport.Yes)] public bool MultiPageInterface { get; set; }
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.