Class SBSDKBarcodeDocumentFormats
- Namespace
- ScanbotSDK.iOS
- Assembly
- BarcodeSDK.NET.iOS.dll
public class SBSDKBarcodeDocumentFormats : NSObject, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKBarcodeDocumentFormats
- Implements
-
INSCopying
INativeObject
Constructors
public SBSDKBarcodeDocumentFormats()
protected SBSDKBarcodeDocumentFormats(NSObjectFlag t)
Parameters
t
NSObjectFlag
protected SBSDKBarcodeDocumentFormats(NativeHandle handle)
Parameters
handle
NativeHandle
Properties
public static SBSDKBarcodeDocumentFormat[] All { get; }
Property Value
- SBSDKBarcodeDocumentFormat[]
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
public static NSDictionary<SBSDKBarcodeDocumentFormat, NSArray<SBSDKBarcodeFormat>> DocumentBarcodeFormats { get; }
Property Value
- NSDictionary<SBSDKBarcodeDocumentFormat, NSArray<SBSDKBarcodeFormat>>
public virtual nuint Hash { get; }
Property Value
- nuint
Methods
public virtual NSObject Copy(NSZone? zone)
Parameters
zone
NSZone
Returns
- NSObject
public static SBSDKBarcodeDocumentFormats? FromJsonWithJson(string json)
Parameters
json
string
Returns
- SBSDKBarcodeDocumentFormats
public virtual bool IsEqual(NSObject? @object)
Parameters
object
NSObject
Returns
- bool
public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)
Parameters
configuration
SBSDKToJSONConfiguration
Returns
- string