Table of Contents

Class SBSDKImageInfo

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

Constructors

SBSDKImageInfo(NSObjectFlag)

protected SBSDKImageInfo(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKImageInfo(NativeHandle)

protected SBSDKImageInfo(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKImageInfo(nint, nint, nint)

public SBSDKImageInfo(nint height, nint width, nint maxByteSize)

Parameters

height nint
width nint
maxByteSize nint

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Hash

public virtual nuint Hash { get; }

Property Value

nuint

Height

public virtual nint Height { get; set; }

Property Value

nint

MaxByteSize

public virtual nint MaxByteSize { get; set; }

Property Value

nint

Width

public virtual nint Width { get; set; }

Property Value

nint

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKImageInfo? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKImageInfo

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