Table of Contents

Enum ResultStorage

Namespace
ScanbotSDK.MAUI.Common
Assembly
DocumentSDK.MAUI.dll

Flags that control how resulting images are stored.

[Flags]
public enum ResultStorage

Fields

File = 0

Store image as a temporary file. Default. Storing intermediate results as files gives you better stability on low-end devices.

FormatMask = 1
Jpeg = 0

Store as JPEG. Default.

Memory = 2

Store image in a memory buffer.

Png = 1

Store as PNG.

StoreMask = 2