Table of Contents

Class BufferImageLoadOptions

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

Constructors

BufferImageLoadOptions()

public BufferImageLoadOptions()

Properties

LoadMode

public BufferLoadMode LoadMode { get; set; }

Property Value

BufferLoadMode

Roi

public Rectangle Roi { get; set; }

Property Value

Rectangle

Methods

FromJson(string)

public static BufferImageLoadOptions FromJson(string rawJson)

Parameters

rawJson string

Returns

BufferImageLoadOptions

FromNative(BufferImageLoadOptions)

public static BufferImageLoadOptions FromNative(BufferImageLoadOptions source)

Parameters

source BufferImageLoadOptions

Returns

BufferImageLoadOptions

FromNative(SBSDKBufferImageLoadOptions)

public static BufferImageLoadOptions FromNative(SBSDKBufferImageLoadOptions source)

Parameters

source SBSDKBufferImageLoadOptions

Returns

BufferImageLoadOptions

ToNative()

public BufferImageLoadOptions ToNative()

Returns

BufferImageLoadOptions