Scanner Methods |
The Scanner type exposes the following members.
Name | Description | |
---|---|---|
![]() | CloneAt |
Use this method to modify the settings of a given Scanner in the context of the target SettingManager. |
![]() | CopyFrom |
This method is used to copy the current values of the same Scanner's settings from the source SettingManager. |
![]() | CopyTo |
This method is used to copy the current values of the Scanner's settings to the target SettingManager.
|
![]() | Dispose | |
![]() | GetADFSize |
This method is used to retrieve the maximum ADF scanning area size into the Width and Height parameters, measured in 1/1200 inches. |
![]() | GetBrightness |
This property is used to get or set the scan brightness value. |
![]() | GetContrast |
This property is used to get or set the current scan contrast. |
![]() | GetEngine |
Returns the Engine object.
|
![]() | GetFlatbedSize |
This method is used to retrieve the maximum flat-bed scanning area size into the Width and Height parameters, measured in 1/1200 inches. |
![]() | GetPaperSize |
This method returns the selected paper size. |
![]() | GetScanArea |
This method retrieves the current scanning area measured in 1/1200 inches.
|
![]() | GetScannerSize |
This method is used to retrieve the maximum scanning area size into the Width and Height parameters, measured in 1/1200 inches. |
![]() | GetStandardPaperSize |
This property checks the standard paper size of the scanner.
|
![]() | GetTransparencySize |
This method is used to retrieve the maximum transparency adapter scanning area size into the Width and Height parameters, measured in 1/1200 inches. |
![]() | GetUIMode |
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. |
![]() | Init |
This method initializes the scanner. |
![]() | IsPaperSizeSupported |
This method returns True if the scanner supports the given paper size. |
![]() | LoadSettings |
This method loads the settings for a specified scanner from an external file. |
![]() | PreloadADF |
This method pre-loads paper from a storage bin into the ADF if the scanner supports this capability.
|
![]() | ReleaseScanner |
This method releases the previously reserved scanner. |
![]() | ReloadADF |
This method reloads paper back into the ADF from the output tray if the scanner supports this capability.
|
![]() | ReserveScanner |
This method reserves the scanner for the IPRO environment. |
![]() | ResetScanner |
This method resets the scanner. |
![]() | SaveSettings |
This method saves the settings of the particular scanner into an external file. |
![]() | ScanPages |
This method is used to Scan one or more pages. |
![]() | Select |
This method is used when selecting a scanner from the available scanner list.
|
![]() | SetBrightness |
This property is used to get or set the scan brightness value. |
![]() | SetContrast |
This property is used to get or set the current scan contrast. |
![]() | SetDefaults |
This method sets all scanner settings to the default values.
|
![]() | SetPaperSize |
This method sets the paper size for subsequent scanning operations. |
![]() | SetScanArea |
This method sets the scanning area of the scanner. |
![]() | SetUIMode |
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. |
![]() | SupportedPapers |
This property lists the supported paper sizes of the scanner.
|
![]() | UnloadADF |
This method unloads the paper from the ADF if the scanner supports this capability.
|
![]() | Unselect |
Returns the state when no scanner is selected.
|