:: com :: sun :: star :: scanner ::

interface XScannerManager2
Base Interfaces
XScannerManager2XScannerManager

XScannerManager
(referenced interface's summary:)
Description
Extension of XScannerManager.
Since
LibreOffice 3.5

Methods' Summary
configureScannerAndScan produce some kind of User Interface to let the user have a preview, configure the scan area, etc., it, and scan it returns FALSE if user cancelled this process  
Methods' Details
configureScannerAndScan
boolean
configureScannerAndScan( [inout] ScannerContext  scanner_context,
[in] ::com::sun::star::lang::XEventListener  listener )
raises( ScannerException );

Description
produce some kind of User Interface to let the user have a preview, configure the scan area, etc., it, and scan it returns FALSE if user cancelled this process
Top of Page