Table of Contents

Class SBSDKImageRefProfile

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

Constructors

SBSDKImageRefProfile(NSObjectFlag)

protected SBSDKImageRefProfile(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKImageRefProfile(NativeHandle)

protected SBSDKImageRefProfile(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKImageRefProfile(SBSDKRefCountedObjectProfile, SBSDKImageProfile, SBSDKImageSource?)

public SBSDKImageRefProfile(SBSDKRefCountedObjectProfile refInfo, SBSDKImageProfile imageInfo, SBSDKImageSource? imageSource)

Parameters

refInfo SBSDKRefCountedObjectProfile
imageInfo SBSDKImageProfile
imageSource SBSDKImageSource

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Hash

public virtual nuint Hash { get; }

Property Value

nuint

ImageInfo

public virtual SBSDKImageProfile ImageInfo { get; set; }

Property Value

SBSDKImageProfile

ImageSource

public virtual SBSDKImageSource? ImageSource { get; set; }

Property Value

SBSDKImageSource

RefInfo

public virtual SBSDKRefCountedObjectProfile RefInfo { get; set; }

Property Value

SBSDKRefCountedObjectProfile

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKImageRefProfile? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKImageRefProfile

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