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