Table of Contents

Class DocumentScannerOutputSettings

Namespace
ScanbotSDK.MAUI.Document
Assembly
ScanbotSDK.Shared.dll
public class DocumentScannerOutputSettings
Inheritance
DocumentScannerOutputSettings
Inherited Members

Constructors

DocumentScannerOutputSettings()

public DocumentScannerOutputSettings()

Properties

DefaultFilter

public ParametricFilter DefaultFilter { get; set; }

Property Value

ParametricFilter

DocumentAnalysisMode

public DocumentAnalysisMode DocumentAnalysisMode { get; set; }

Property Value

DocumentAnalysisMode

DocumentImageSizeLimit

public int DocumentImageSizeLimit { get; set; }

Property Value

int

PagesScanLimit

public int PagesScanLimit { get; set; }

Property Value

int

Methods

FromJson(string)

public static DocumentScannerOutputSettings FromJson(string rawJson)

Parameters

rawJson string

Returns

DocumentScannerOutputSettings

FromNative(DocumentScannerOutputSettings)

public static DocumentScannerOutputSettings FromNative(DocumentScannerOutputSettings source)

Parameters

source DocumentScannerOutputSettings

Returns

DocumentScannerOutputSettings

FromNative(SBSDKUI2DocumentScannerOutputSettings)

public static DocumentScannerOutputSettings FromNative(SBSDKUI2DocumentScannerOutputSettings source)

Parameters

source SBSDKUI2DocumentScannerOutputSettings

Returns

DocumentScannerOutputSettings

ToNative()

public DocumentScannerOutputSettings ToNative()

Returns

DocumentScannerOutputSettings