Table of Contents

Class DocumentScannerOutputSettings

Namespace
ScanbotSDK.MAUI.Document
Assembly
ScanbotSDK.Shared.dll

Configuration of the output settings.

public class DocumentScannerOutputSettings
Inheritance
DocumentScannerOutputSettings
Inherited Members

Properties

DefaultFilter

Determines the image filter to apply by default.

public ParametricFilter DefaultFilter { get; set; }

Property Value

ParametricFilter

DocumentAnalysisMode

Determines if the quality analysis for the acknowledgement mode will run on the filtered or the unfiltered image. Default is UNFILTERED_DOCUMENT

public DocumentAnalysisMode DocumentAnalysisMode { get; set; }

Property Value

DocumentAnalysisMode

DocumentImageSizeLimit

The limit of the size of the cropped document images. If one of the dimensions of the cropped image is larger than the limit, the image is downscaled so that its longer dimension matches the limit. The default is 0 (no limit). Default is 0

public int DocumentImageSizeLimit { get; set; }

Property Value

int

PagesScanLimit

The limit of the number of pages that can be scanned. Default is 0 (no limit). Default is 0

public int PagesScanLimit { get; set; }

Property Value

int

Methods

FromJson(string)

public static DocumentScannerOutputSettings FromJson(string rawJson)

Parameters

rawJson string

Returns

DocumentScannerOutputSettings