Class PathImageLoadOptions
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
Options for loading image from path.
public class PathImageLoadOptions
- Inheritance
-
PathImageLoadOptions
- Inherited Members
Properties
EncryptionMode
Encryption mode.
Default is IF_AVAILABLE
public EncryptionMode EncryptionMode { get; set; }
Property Value
LoadMode
Load mode.
Default is EAGER
public PathLoadMode LoadMode { get; set; }
Property Value
Roi
Region of interest.
public Rectangle Roi { get; set; }
Property Value
Methods
FromJson(string)
public static PathImageLoadOptions FromJson(string rawJson)
Parameters
rawJson
string