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