Click or drag to resize

ScannerParametersDialog Class

Caution note Caution
This API is preliminary and subject to change.
Inheritance Hierarchy

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public class ScannerParametersDialog : AxHost, 
	ICmnVisual

The ScannerParametersDialog type exposes the following members.

Constructors
  NameDescription
Public methodScannerParametersDialog
Initializes a new instance of the ScannerParametersDialog class
Top
Properties
  NameDescription
Public propertyMeasurementUnits
This property controls which measurement unit is used to display the supported paper sizes in the PaperSize combo box.
Public propertyMultiPageInterface
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.
Public propertyShowADF
This property controls whether the ADF control is displayed by the SPC when visible.
Public propertyShowAutoBrightness
This property controls whether the AutoBrightness checkbox is displayed by the SPC when visible.
Public propertyShowBrightness
This property controls whether the Brightness control is displayed by the SPC when visible.
Public propertyShowColorMode
This property controls whether the ColorMode control is displayed by the SPC when visible.
Public propertyShowContrast
This property controls whether or not the Contrast control is displayed by the SPC when visible.
Public propertyShowDropoutColor
This property controls whether the Dropout color control is displayed by the SPC when visible.
Public propertyShowDuplexMode
This property controls whether the DuplexMode control is displayed by the SPC when visible.
Public propertyShowOrientation
This property controls whether the Orientations control is displayed by the SPC when visible.
Public propertyShowPaperSize
This property controls whether the PaperSize control is displayed by the SPC when visible.
Public propertyShowPaperSource
This property controls whether the PaperSource control is displayed by the SPC when visible.
Public propertyShowResolution
This property controls whether the Resolution control is displayed by the SPC when visible.
Public propertyShowScanArea
This property controls whether the ScanArea control is displayed by the SPC when visible.
Public propertyShowUIMode
This property controls whether the UIMode control is displayed by the SPC when visible.
Top
Methods
  NameDescription
Public methodAttach
Use this method to attach the control to an existing scanner object.
Public methodDetach
Use this method to detach the control from an existing scanner.
Public methodInt_Attach
To attach the control to an existing IPRO object.
Public methodInt_Detach
To detach the control from an existing IPRO object.
Public methodShowCtrl
Call this method to display the control. Prior to calling this method you can parameterize the control appearance through the control properties.
Top
See Also