Table of Contents

Class SaveImageOptions

Namespace
ScanbotSDK.MAUI.Core.Image
Assembly
ScanbotSDK.Shared.dll
public class SaveImageOptions
Inheritance
SaveImageOptions
Inherited Members

Constructors

SaveImageOptions()

public SaveImageOptions()

Properties

EncryptionMode

public EncryptionMode EncryptionMode { get; set; }

Property Value

EncryptionMode

Quality

public int Quality { get; set; }

Property Value

int

Methods

FromJson(string)

public static SaveImageOptions FromJson(string rawJson)

Parameters

rawJson string

Returns

SaveImageOptions