Class SBSDKUI2BarcodeFormat
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKUI2BarcodeFormat : NSObject
- Inheritance
-
SBSDKUI2BarcodeFormat
- Extension Methods
-
Constructors
protected SBSDKUI2BarcodeFormat(NSObjectFlag t)
Parameters
t
NSObjectFlag
protected SBSDKUI2BarcodeFormat(NativeHandle handle)
Parameters
handle
NativeHandle
Properties
public static SBSDKUI2BarcodeFormat[] AllFormats { get; }
Property Value
- SBSDKUI2BarcodeFormat[]
AustraliaPost
public static SBSDKUI2BarcodeFormat AustraliaPost { get; }
Property Value
- SBSDKUI2BarcodeFormat
public static SBSDKUI2BarcodeFormat Aztec { get; }
Property Value
- SBSDKUI2BarcodeFormat
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
public static SBSDKUI2BarcodeFormat Codabar { get; }
Property Value
- SBSDKUI2BarcodeFormat
public static SBSDKUI2BarcodeFormat Code128 { get; }
Property Value
- SBSDKUI2BarcodeFormat
public static SBSDKUI2BarcodeFormat Code25 { get; }
Property Value
- SBSDKUI2BarcodeFormat
public static SBSDKUI2BarcodeFormat Code39 { get; }
Property Value
- SBSDKUI2BarcodeFormat
public static SBSDKUI2BarcodeFormat Code93 { get; }
Property Value
- SBSDKUI2BarcodeFormat
public static SBSDKUI2BarcodeFormat[] CommonFormats { get; }
Property Value
- SBSDKUI2BarcodeFormat[]
public static SBSDKUI2BarcodeFormat DataMatrix { get; }
Property Value
- SBSDKUI2BarcodeFormat
public static SBSDKUI2BarcodeFormat Databar { get; }
Property Value
- SBSDKUI2BarcodeFormat
public static SBSDKUI2BarcodeFormat DatabarExpanded { get; }
Property Value
- SBSDKUI2BarcodeFormat
public static SBSDKUI2BarcodeFormat DatabarLimited { get; }
Property Value
- SBSDKUI2BarcodeFormat
public static SBSDKUI2BarcodeFormat Ean13 { get; }
Property Value
- SBSDKUI2BarcodeFormat
public static SBSDKUI2BarcodeFormat Ean8 { get; }
Property Value
- SBSDKUI2BarcodeFormat
public static SBSDKUI2BarcodeFormat Gs1Composite { get; }
Property Value
- SBSDKUI2BarcodeFormat
public virtual nuint Hash { get; }
Property Value
- nuint
public static SBSDKUI2BarcodeFormat Iata2Of5 { get; }
Property Value
- SBSDKUI2BarcodeFormat
public static SBSDKUI2BarcodeFormat Industrial2Of5 { get; }
Property Value
- SBSDKUI2BarcodeFormat
public static SBSDKUI2BarcodeFormat Itf { get; }
Property Value
- SBSDKUI2BarcodeFormat
JapanPost
public static SBSDKUI2BarcodeFormat JapanPost { get; }
Property Value
- SBSDKUI2BarcodeFormat
public static SBSDKUI2BarcodeFormat MicroPdf417 { get; }
Property Value
- SBSDKUI2BarcodeFormat
public static SBSDKUI2BarcodeFormat MicroQrCode { get; }
Property Value
- SBSDKUI2BarcodeFormat
public static SBSDKUI2BarcodeFormat MsiPlessey { get; }
Property Value
- SBSDKUI2BarcodeFormat
public static SBSDKUI2BarcodeFormat[] OneDFormats { get; }
Property Value
- SBSDKUI2BarcodeFormat[]
public static SBSDKUI2BarcodeFormat Pdf417 { get; }
Property Value
- SBSDKUI2BarcodeFormat
public static SBSDKUI2BarcodeFormat QrCode { get; }
Property Value
- SBSDKUI2BarcodeFormat
public virtual nint RawValue { get; }
Property Value
- nint
public static SBSDKUI2BarcodeFormat RoyalMail { get; }
Property Value
- SBSDKUI2BarcodeFormat
RoyalTntPost
public static SBSDKUI2BarcodeFormat RoyalTntPost { get; }
Property Value
- SBSDKUI2BarcodeFormat
public static SBSDKUI2BarcodeFormat[] TwoDFormats { get; }
Property Value
- SBSDKUI2BarcodeFormat[]
public static SBSDKUI2BarcodeFormat UpcA { get; }
Property Value
- SBSDKUI2BarcodeFormat
public static SBSDKUI2BarcodeFormat UpcE { get; }
Property Value
- SBSDKUI2BarcodeFormat
public static SBSDKUI2BarcodeFormat UspsIntelligentMail { get; }
Property Value
- SBSDKUI2BarcodeFormat
Methods
public static SBSDKUI2BarcodeFormat? EnumValueFrom(nint rawValue)
Parameters
rawValue
nint
Returns
- SBSDKUI2BarcodeFormat
public virtual bool IsEqual(NSObject? @object)
Parameters
object
NSObject
Returns
- bool