Interface IDocumentScanner
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- DocumentSDK.MAUI.dll
public interface IDocumentScanner
Methods
CloseDocumentScannerAsync()
Force closes the ready-to-use Document Scanner UI.
Task CloseDocumentScannerAsync()
Returns
CloseFinderDocumentScannerAsync()
Force closes the ready-to-use Finder Document Scanner UI.
Task CloseFinderDocumentScannerAsync()
Returns
LaunchDocumentScannerAsync(DocumentScannerConfiguration)
Launches the ready-to-use Document Scanner UI.
Task<DocumentScannerResult> LaunchDocumentScannerAsync(DocumentScannerConfiguration configuration = null)
Parameters
configuration
DocumentScannerConfiguration
Returns
- Task<DocumentScannerResult>
A task returning the scanned pages.
LaunchFinderDocumentScannerAsync(FinderDocumentScannerConfiguration)
Launches the ready-to-use Finder Document Scanner UI.
Task<DocumentScannerResult> LaunchFinderDocumentScannerAsync(FinderDocumentScannerConfiguration configuration = null)
Parameters
configuration
FinderDocumentScannerConfiguration
Returns
- Task<DocumentScannerResult>
A task returning the scanned page.