Class SBSDKBarcodeFormat
- Namespace
- ScanbotSDK.iOS
- Assembly
- BarcodeSDK.NET.iOS.dll
public class SBSDKBarcodeFormat : NSObject
- Inheritance
-
SBSDKBarcodeFormat
Constructors
protected SBSDKBarcodeFormat(NSObjectFlag t)
Parameters
t
NSObjectFlag
protected SBSDKBarcodeFormat(NativeHandle handle)
Parameters
handle
NativeHandle
Properties
AustraliaPost
public static SBSDKBarcodeFormat AustraliaPost { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat Aztec { get; }
Property Value
- SBSDKBarcodeFormat
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
public static SBSDKBarcodeFormat Codabar { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat Code11 { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat Code128 { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat Code25 { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat Code32 { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat Code39 { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat Code93 { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat DataMatrix { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat Databar { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat DatabarExpanded { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat DatabarLimited { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat Ean13 { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat Ean8 { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat Gs1Composite { get; }
Property Value
- SBSDKBarcodeFormat
public virtual nuint Hash { get; }
Property Value
- nuint
public static SBSDKBarcodeFormat Iata2Of5 { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat Industrial2Of5 { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat Itf { get; }
Property Value
- SBSDKBarcodeFormat
JapanPost
public static SBSDKBarcodeFormat JapanPost { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat MaxiCode { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat MicroPdf417 { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat MicroQrCode { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat MsiPlessey { get; }
Property Value
- SBSDKBarcodeFormat
public virtual string Name { get; }
Property Value
- string
public static SBSDKBarcodeFormat None { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat Pdf417 { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat PharmaCode { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat PharmaCodeTwoTrack { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat Pzn7 { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat Pzn8 { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat QrCode { get; }
Property Value
- SBSDKBarcodeFormat
public virtual nint RawValue { get; }
Property Value
- nint
public static SBSDKBarcodeFormat RmqrCode { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat RoyalMail { get; }
Property Value
- SBSDKBarcodeFormat
RoyalTntPost
public static SBSDKBarcodeFormat RoyalTntPost { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat UpcA { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat UpcE { get; }
Property Value
- SBSDKBarcodeFormat
public static SBSDKBarcodeFormat UspsIntelligentMail { get; }
Property Value
- SBSDKBarcodeFormat
Methods
public static SBSDKBarcodeFormat? EnumValueFrom(nint rawValue)
Parameters
rawValue
nint
Returns
- SBSDKBarcodeFormat
public virtual bool IsEqual(NSObject? @object)
Parameters
object
NSObject
Returns
- bool