Class SBSDKUI2CustomImage
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKUI2CustomImage : SBSDKUI2IntroImage
- Inheritance
-
SBSDKUI2CustomImage
- Inherited Members
-
Constructors
SBSDKUI2CustomImage(NSObjectFlag)
protected SBSDKUI2CustomImage(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKUI2CustomImage(NativeHandle)
protected SBSDKUI2CustomImage(NativeHandle handle)
Parameters
handle
NativeHandle
SBSDKUI2CustomImage(string)
public SBSDKUI2CustomImage(string uri)
Parameters
uri
string
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
Uri
public virtual string Uri { get; set; }
Property Value
- string
_type
public virtual string _type { get; }
Property Value
- string
Methods
FromJsonWithJson(string)
public static SBSDKUI2CustomImage? FromJsonWithJson(string json)
Parameters
json
string
Returns
- SBSDKUI2CustomImage
IsEqual(NSObject?)
public virtual bool IsEqual(NSObject? @object)
Parameters
object
NSObject
Returns
- bool
ToJson()
public virtual string ToJson()
Returns
- string