Class RawImageLoadOptions
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
Options for loading images that come from sensor.
public class RawImageLoadOptions
- Inheritance
-
RawImageLoadOptions
- Inherited Members
Properties
Orientation
Rotation that should be applied to the image to recover correct orientation.
Default is NONE
public ImageRotation Orientation { get; set; }
Property Value
Roi
Region of interest.
public Rectangle Roi { get; set; }
Property Value
Methods
FromJson(string)
public static RawImageLoadOptions FromJson(string rawJson)
Parameters
rawJson
string