Class DocumentScannerScreens
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- DocumentSDK.MAUI.dll
public class DocumentScannerScreens
- Inheritance
-
DocumentScannerScreens
- Inherited Members
-
Constructors
DocumentScannerScreens()
public DocumentScannerScreens()
Properties
Camera
public CameraScreenConfiguration Camera { get; set; }
Property Value
- CameraScreenConfiguration
Cropping
public CroppingScreenConfiguration Cropping { get; set; }
Property Value
- CroppingScreenConfiguration
ReorderPages
public ReorderPagesScreenConfiguration ReorderPages { get; set; }
Property Value
- ReorderPagesScreenConfiguration
Review
public ReviewScreenConfiguration Review { get; set; }
Property Value
- ReviewScreenConfiguration
Methods
FromJson(string)
public static DocumentScannerScreens FromJson(string rawJson)
Parameters
rawJson string
Returns
- DocumentScannerScreens