Class DocumentScannerOutputSettings
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- DocumentSDK.MAUI.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