Click or drag to resize

Scanner Methods

The Scanner type exposes the following members.

Methods
  NameDescription
Public methodCloneAt
Use this method to modify the settings of a given Scanner in the context of the target SettingManager.
Public methodCopyFrom
This method is used to copy the current values of the same Scanner's settings from the source SettingManager.
Public methodCopyTo
This method is used to copy the current values of the Scanner's settings to the target SettingManager.
Public methodDispose
Public methodGetADFSize
This method is used to retrieve the maximum ADF scanning area size into the Width and Height parameters, measured in 1/1200 inches.
Public methodGetBrightness
This property is used to get or set the scan brightness value.
Public methodGetContrast
This property is used to get or set the current scan contrast.
Public methodGetEngine
Returns the Engine object.
Public methodGetFlatbedSize
This method is used to retrieve the maximum flat-bed scanning area size into the Width and Height parameters, measured in 1/1200 inches.
Public methodGetPaperSize
This method returns the selected paper size.
Public methodGetScanArea
This method retrieves the current scanning area measured in 1/1200 inches.
Public methodGetScannerSize
This method is used to retrieve the maximum scanning area size into the Width and Height parameters, measured in 1/1200 inches.
Public methodGetStandardPaperSize
This property checks the standard paper size of the scanner.
Public methodGetTransparencySize
This method is used to retrieve the maximum transparency adapter scanning area size into the Width and Height parameters, measured in 1/1200 inches.
Public methodGetUIMode
This method is used to retrieve the current UI mode of the scanner, which can be RSDST_UI_SHOW, RSDST_UI_HIDE or RSDST_UI_ONCE.
Public methodInit
This method initializes the scanner.
Public methodIsPaperSizeSupported
This method returns True if the scanner supports the given paper size.
Public methodLoadSettings
This method loads the settings for a specified scanner from an external file.
Public methodPreloadADF
This method pre-loads paper from a storage bin into the ADF if the scanner supports this capability.
Public methodReleaseScanner
This method releases the previously reserved scanner.
Public methodReloadADF
This method reloads paper back into the ADF from the output tray if the scanner supports this capability.
Public methodReserveScanner
This method reserves the scanner for the IPRO environment.
Public methodResetScanner
This method resets the scanner.
Public methodSaveSettings
This method saves the settings of the particular scanner into an external file.
Public methodScanPages
This method is used to Scan one or more pages.
Public methodSelect
This method is used when selecting a scanner from the available scanner list.
Public methodSetBrightness
This property is used to get or set the scan brightness value.
Public methodSetContrast
This property is used to get or set the current scan contrast.
Public methodSetDefaults
This method sets all scanner settings to the default values.
Public methodSetPaperSize
This method sets the paper size for subsequent scanning operations.
Public methodSetScanArea
This method sets the scanning area of the scanner.
Public methodSetUIMode
This method is used to set the UI mode of the scanner, which can be RSDST_UI_SHOW, RSDST_UI_HIDE or RSDST_UI_ONCE.
Public methodSupportedPapers
This property lists the supported paper sizes of the scanner.
Public methodUnloadADF
This method unloads the paper from the ADF if the scanner supports this capability.
Public methodUnselect
Returns the state when no scanner is selected.
Top
See Also