Table of Contents

Class SBSDKRawImageLoadOptions

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

Constructors

SBSDKRawImageLoadOptions()

public SBSDKRawImageLoadOptions()

SBSDKRawImageLoadOptions(CGRect, SBSDKImageRotation)

public SBSDKRawImageLoadOptions(CGRect roi, SBSDKImageRotation orientation)

Parameters

roi CGRect
orientation SBSDKImageRotation

SBSDKRawImageLoadOptions(NSObjectFlag)

protected SBSDKRawImageLoadOptions(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKRawImageLoadOptions(NativeHandle)

protected SBSDKRawImageLoadOptions(NativeHandle handle)

Parameters

handle NativeHandle

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Hash

public virtual nuint Hash { get; }

Property Value

nuint

Orientation

public virtual SBSDKImageRotation Orientation { get; set; }

Property Value

SBSDKImageRotation

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 SBSDKRawImageLoadOptions? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKRawImageLoadOptions

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