Class SBSDKImageRefProfile
- Namespace
- ScanbotSDK.iOS
- Assembly
- BarcodeSDK.NET.iOS.dll
public class SBSDKImageRefProfile : NSObject, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKImageRefProfile
- Implements
-
INSCopyingINativeObject
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
SBSDKRefCountedObjectProfileimageInfo
SBSDKImageProfileimageSource
SBSDKImageSource
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
Hash
public virtual nuint Hash { get; }
Property Value
ImageInfo
public virtual SBSDKImageProfile ImageInfo { get; set; }
Property Value
ImageSource
public virtual SBSDKImageSource? ImageSource { get; set; }
Property Value
RefInfo
public virtual SBSDKRefCountedObjectProfile RefInfo { get; set; }
Property Value
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
IsEqual(NSObject?)
public virtual bool IsEqual(NSObject? @object)
Parameters
object
NSObject
Returns
ToJsonWithConfiguration(SBSDKToJSONConfiguration)
public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)
Parameters
configuration
SBSDKToJSONConfiguration