Table of Contents

Class SBSDKSaveImageOptions

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class SBSDKSaveImageOptions : NSObject, INSCopying, INativeObject, IDisposable
Inheritance
SBSDKSaveImageOptions
Implements
INSCopying
INativeObject

Constructors

SBSDKSaveImageOptions()

public SBSDKSaveImageOptions()

SBSDKSaveImageOptions(NSObjectFlag?)

protected SBSDKSaveImageOptions(NSObjectFlag? t)

Parameters

t NSObjectFlag

SBSDKSaveImageOptions(NativeHandle?)

protected SBSDKSaveImageOptions(NativeHandle? handle)

Parameters

handle NativeHandle

SBSDKSaveImageOptions(nint, SBSDKEncryptionMode, SBSDKStorageCryptingProvider?)

public SBSDKSaveImageOptions(nint quality, SBSDKEncryptionMode encryptionMode, SBSDKStorageCryptingProvider? encrypter)

Parameters

quality nint
encryptionMode SBSDKEncryptionMode
encrypter SBSDKStorageCryptingProvider

Properties

ClassHandle

public override NativeHandle? ClassHandle { get; }

Property Value

NativeHandle

Encrypter

public virtual SBSDKStorageCryptingProvider? Encrypter { get; set; }

Property Value

SBSDKStorageCryptingProvider

EncryptionMode

public virtual SBSDKEncryptionMode EncryptionMode { get; set; }

Property Value

SBSDKEncryptionMode

Hash

public virtual nuint Hash { get; }

Property Value

nuint

Quality

public virtual nint Quality { get; set; }

Property Value

nint

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKSaveImageOptions? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKSaveImageOptions

IsEqual(NSObject?)

public virtual bool IsEqual(NSObject? @object)

Parameters

object NSObject

Returns

bool

ToJsonWithConfiguration(SBSDKToJSONConfiguration)

public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)

Parameters

configuration SBSDKToJSONConfiguration

Returns

string