Table of Contents

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

EncryptionMode

LoadMode

Load mode.

Default is EAGER

public PathLoadMode LoadMode { get; set; }

Property Value

PathLoadMode

Roi

Region of interest.

public Rectangle Roi { get; set; }

Property Value

Rectangle

Methods

FromJson(string)

public static PathImageLoadOptions FromJson(string rawJson)

Parameters

rawJson string

Returns

PathImageLoadOptions