Table of Contents

Class SBSDKPathImageLoadOptions

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

Constructors

SBSDKPathImageLoadOptions()

public SBSDKPathImageLoadOptions()

SBSDKPathImageLoadOptions(CGRect, SBSDKPathLoadMode, SBSDKEncryptionMode)

public SBSDKPathImageLoadOptions(CGRect roi, SBSDKPathLoadMode loadMode, SBSDKEncryptionMode encryptionMode)

Parameters

roi CGRect
loadMode SBSDKPathLoadMode
encryptionMode SBSDKEncryptionMode

SBSDKPathImageLoadOptions(NSObjectFlag)

protected SBSDKPathImageLoadOptions(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKPathImageLoadOptions(NativeHandle)

protected SBSDKPathImageLoadOptions(NativeHandle handle)

Parameters

handle NativeHandle

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

EncryptionMode

public virtual SBSDKEncryptionMode EncryptionMode { get; set; }

Property Value

SBSDKEncryptionMode

Hash

public virtual nuint Hash { get; }

Property Value

nuint

LoadMode

public virtual SBSDKPathLoadMode LoadMode { get; set; }

Property Value

SBSDKPathLoadMode

Roi

public virtual CGRect Roi { get; set; }

Property Value

CGRect

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKPathImageLoadOptions? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKPathImageLoadOptions

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