Class SBSDKUI2BarcodeItem
- Namespace
- ScanbotSDK.iOS
- Assembly
- BarcodeSDK.NET.iOS.dll
public class SBSDKUI2BarcodeItem : NSObject
- Inheritance
-
SBSDKUI2BarcodeItem
Constructors
SBSDKUI2BarcodeItem(NSObjectFlag)
protected SBSDKUI2BarcodeItem(NSObjectFlag t)
Parameters
t NSObjectFlag
SBSDKUI2BarcodeItem(NativeHandle)
protected SBSDKUI2BarcodeItem(NativeHandle handle)
Parameters
handle NativeHandle
public SBSDKUI2BarcodeItem(SBSDKUI2BarcodeFormat? type, nint count, string text, string textWithExtension, NSData rawBytes, SBSDKGenericDocument? parsedDocument)
Parameters
type SBSDKUI2BarcodeFormat
count nint
text string
textWithExtension string
rawBytes NSData
parsedDocument SBSDKGenericDocument
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
Count
public virtual nint Count { get; }
Property Value
- nint
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
ParsedDocument
public virtual SBSDKGenericDocument? ParsedDocument { get; }
Property Value
- SBSDKGenericDocument
RawBytes
public virtual NSData RawBytes { get; }
Property Value
- NSData
Text
public virtual string Text { get; }
Property Value
- string
TextWithExtension
public virtual string TextWithExtension { get; }
Property Value
- string
Type
public virtual SBSDKUI2BarcodeFormat? Type { get; }
Property Value
- SBSDKUI2BarcodeFormat
Methods
FromJsonWithJson(string)
public static SBSDKUI2BarcodeItem? FromJsonWithJson(string json)
Parameters
json string
Returns
- SBSDKUI2BarcodeItem
IsEqual(NSObject?)
public virtual bool IsEqual(NSObject? @object)
Parameters
object NSObject
Returns
- bool
ToJson()
public virtual string ToJson()
Returns
- string