Interface IDocumentScanner
- Namespace
 - ScanbotSDK.MAUI.Document.RTU.v1
 
- Assembly
 - DocumentSDK.MAUI.dll
 
[Obsolete("The RTU v1 Document Scanner is deprecated. Please try our new RTU v2 Document Scanner and the new document API")]
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
configurationDocumentScannerConfiguration
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
configurationFinderDocumentScannerConfiguration
Returns
- Task<DocumentScannerResult>
 A task returning the scanned page.