Table of Contents

Class BufferImageLoadOptions

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll

Options for loading image from buffer.

public class BufferImageLoadOptions
Inheritance
BufferImageLoadOptions
Inherited Members

Properties

LoadMode

Load mode.

Default is EAGER

public BufferLoadMode LoadMode { get; set; }

Property Value

BufferLoadMode

Roi

Region of interest.

public Rectangle Roi { get; set; }

Property Value

Rectangle

Methods

FromJson(string)

public static BufferImageLoadOptions FromJson(string rawJson)

Parameters

rawJson string

Returns

BufferImageLoadOptions