Class PathImageLoadOptions
- Namespace
- ScanbotSDK.MAUI.Core.Image
- Assembly
- ScanbotSDK.Shared.dll
public class PathImageLoadOptions
- Inheritance
-
PathImageLoadOptions
- Inherited Members
-
Constructors
PathImageLoadOptions()
public PathImageLoadOptions()
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
EncryptionMode
public EncryptionMode EncryptionMode { get; set; }
Property Value
- EncryptionMode
LoadMode
public PathLoadMode LoadMode { get; set; }
Property Value
- PathLoadMode
Methods
FromJson(string)
public static PathImageLoadOptions FromJson(string rawJson)
Parameters
rawJson string
Returns
- PathImageLoadOptions