Table of Contents

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

Task

CloseFinderDocumentScannerAsync()

Force closes the ready-to-use Finder Document Scanner UI.

Task CloseFinderDocumentScannerAsync()

Returns

Task

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.