Class BufferImageLoadOptions
- Namespace
- ScanbotSDK.MAUI.Core.Image
- Assembly
- ScanbotSDK.Shared.dll
public class BufferImageLoadOptions
- Inheritance
-
BufferImageLoadOptions
- Inherited Members
-
Constructors
BufferImageLoadOptions()
public BufferImageLoadOptions()
Properties
CanvasColor
public CanvasColor CanvasColor { get; set; }
Property Value
- CanvasColor
ColorConversion
public ColorConversion ColorConversion { get; set; }
Property Value
- ColorConversion
CropRect
public Rectangle CropRect { get; set; }
Property Value
- Rectangle
LoadMode
public BufferLoadMode LoadMode { get; set; }
Property Value
- BufferLoadMode
Methods
FromJson(string)
public static BufferImageLoadOptions FromJson(string rawJson)
Parameters
rawJson string
Returns
- BufferImageLoadOptions