Class SBSDKBarcodeType
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKBarcodeType : NSObject
- Inheritance
-
SBSDKBarcodeType
Constructors
SBSDKBarcodeType(NSObjectFlag)
protected SBSDKBarcodeType(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKBarcodeType(NativeHandle)
protected SBSDKBarcodeType(NativeHandle handle)
Parameters
handle
NativeHandle
Properties
AllTypes
public static SBSDKBarcodeType[] AllTypes { get; }
Property Value
- SBSDKBarcodeType[]
AustraliaPost
public static SBSDKBarcodeType AustraliaPost { get; }
Property Value
- SBSDKBarcodeType
Aztec
public static SBSDKBarcodeType Aztec { get; }
Property Value
- SBSDKBarcodeType
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
CodaBar
public static SBSDKBarcodeType CodaBar { get; }
Property Value
- SBSDKBarcodeType
Code128
public static SBSDKBarcodeType Code128 { get; }
Property Value
- SBSDKBarcodeType
Code25
public static SBSDKBarcodeType Code25 { get; }
Property Value
- SBSDKBarcodeType
Code39
public static SBSDKBarcodeType Code39 { get; }
Property Value
- SBSDKBarcodeType
Code93
public static SBSDKBarcodeType Code93 { get; }
Property Value
- SBSDKBarcodeType
CommonTypes
public static SBSDKBarcodeType[] CommonTypes { get; }
Property Value
- SBSDKBarcodeType[]
DataMatrix
public static SBSDKBarcodeType DataMatrix { get; }
Property Value
- SBSDKBarcodeType
Databar
public static SBSDKBarcodeType Databar { get; }
Property Value
- SBSDKBarcodeType
DatabarExpanded
public static SBSDKBarcodeType DatabarExpanded { get; }
Property Value
- SBSDKBarcodeType
DatabarLimited
public static SBSDKBarcodeType DatabarLimited { get; }
Property Value
- SBSDKBarcodeType
Description
public virtual string Description { get; }
Property Value
- string
Ean13
public static SBSDKBarcodeType Ean13 { get; }
Property Value
- SBSDKBarcodeType
Ean8
public static SBSDKBarcodeType Ean8 { get; }
Property Value
- SBSDKBarcodeType
Gs1Composite
public static SBSDKBarcodeType Gs1Composite { get; }
Property Value
- SBSDKBarcodeType
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
Iata2Of5
public static SBSDKBarcodeType Iata2Of5 { get; }
Property Value
- SBSDKBarcodeType
Industrial2Of5
public static SBSDKBarcodeType Industrial2Of5 { get; }
Property Value
- SBSDKBarcodeType
IsExtendedType
public virtual bool IsExtendedType { get; }
Property Value
- bool
Itf
public static SBSDKBarcodeType Itf { get; }
Property Value
- SBSDKBarcodeType
JapanPost
public static SBSDKBarcodeType JapanPost { get; }
Property Value
- SBSDKBarcodeType
MicroPdf417
public static SBSDKBarcodeType MicroPdf417 { get; }
Property Value
- SBSDKBarcodeType
MicroQrCode
public static SBSDKBarcodeType MicroQrCode { get; }
Property Value
- SBSDKBarcodeType
MsiPlessey
public static SBSDKBarcodeType MsiPlessey { get; }
Property Value
- SBSDKBarcodeType
Name
public virtual string Name { get; }
Property Value
- string
OneDTypes
public static SBSDKBarcodeType[] OneDTypes { get; }
Property Value
- SBSDKBarcodeType[]
Pdf417
public static SBSDKBarcodeType Pdf417 { get; }
Property Value
- SBSDKBarcodeType
QrCode
public static SBSDKBarcodeType QrCode { get; }
Property Value
- SBSDKBarcodeType
RoyalMail
public static SBSDKBarcodeType RoyalMail { get; }
Property Value
- SBSDKBarcodeType
RoyalTNTPpost
public static SBSDKBarcodeType RoyalTNTPpost { get; }
Property Value
- SBSDKBarcodeType
TwoDTypes
public static SBSDKBarcodeType[] TwoDTypes { get; }
Property Value
- SBSDKBarcodeType[]
UpcA
public static SBSDKBarcodeType UpcA { get; }
Property Value
- SBSDKBarcodeType
UpcE
public static SBSDKBarcodeType UpcE { get; }
Property Value
- SBSDKBarcodeType
UspsIntelligentMail
public static SBSDKBarcodeType UspsIntelligentMail { get; }
Property Value
- SBSDKBarcodeType
Value
public virtual nint Value { get; }
Property Value
- nint
Methods
IsEqual(NSObject?)
public virtual bool IsEqual(NSObject? @object)
Parameters
object
NSObject
Returns
- bool
TypeWith(nuint)
public static SBSDKBarcodeType? TypeWith(nuint value)
Parameters
value
nuint
Returns
- SBSDKBarcodeType