Table of Contents

Class PathImageLoadOptions

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll
public class PathImageLoadOptions
Inheritance
PathImageLoadOptions
Inherited Members

Constructors

PathImageLoadOptions()

public PathImageLoadOptions()

Properties

EncryptionMode

public EncryptionMode EncryptionMode { get; set; }

Property Value

EncryptionMode

LoadMode

public PathLoadMode LoadMode { get; set; }

Property Value

PathLoadMode

Roi

public Rectangle Roi { get; set; }

Property Value

Rectangle

Methods

FromJson(string)

public static PathImageLoadOptions FromJson(string rawJson)

Parameters

rawJson string

Returns

PathImageLoadOptions

FromNative(PathImageLoadOptions)

public static PathImageLoadOptions FromNative(PathImageLoadOptions source)

Parameters

source PathImageLoadOptions

Returns

PathImageLoadOptions

FromNative(SBSDKPathImageLoadOptions)

public static PathImageLoadOptions FromNative(SBSDKPathImageLoadOptions source)

Parameters

source SBSDKPathImageLoadOptions

Returns

PathImageLoadOptions

ToNative()

public PathImageLoadOptions ToNative()

Returns

PathImageLoadOptions