Class DocumentScannerScreens
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- ScanbotSDK.Shared.dll
Configuration of the document scanner sub-screens.
public class DocumentScannerScreens
- Inheritance
-
DocumentScannerScreens
- Inherited Members
Properties
Camera
Configuration of the screen for scanning the pages with the camera.
public CameraScreenConfiguration Camera { get; set; }
Property Value
Cropping
Configuration of the screen for cropping the scanned pages.
public CroppingScreenConfiguration Cropping { get; set; }
Property Value
ReorderPages
Configuration of the screen for reordering the scanned pages.
public ReorderPagesScreenConfiguration ReorderPages { get; set; }
Property Value
Review
Configuration of the screen for reviewing the scanned pages.
public ReviewScreenConfiguration Review { get; set; }
Property Value
Methods
FromJson(string)
public static DocumentScannerScreens FromJson(string rawJson)
Parameters
rawJson
string