Class SBSDKBarcodeDocumentRootType  
  
  
    - Namespace
 - ScanbotSDK.iOS
 
  - Assembly
 - DocumentSDK.NET.iOS.dll
 
   
  
  
  
    public class SBSDKBarcodeDocumentRootType : SBSDKGenericDocumentType
   
  
    - Inheritance
 
    - 
      
      
      
SBSDKBarcodeDocumentRootType
     
  
  
    - Inherited Members
 
    - 
    
    
    
    
    
    
    
    
  
 
  Constructors
  
  
  SBSDKBarcodeDocumentRootType()
  
  
  
  
  
    public SBSDKBarcodeDocumentRootType()
   
  
  
  SBSDKBarcodeDocumentRootType(NSObjectFlag)
  
  
  
  
  
    protected SBSDKBarcodeDocumentRootType(NSObjectFlag t)
   
  Parameters
  
    t NSObjectFlag 
    
  
  
  
  SBSDKBarcodeDocumentRootType(NativeHandle)
  
  
  
  
  
    protected SBSDKBarcodeDocumentRootType(NativeHandle handle)
   
  Parameters
  
    handle NativeHandle 
    
  
  
  
  SBSDKBarcodeDocumentRootType(string, string, string)
  
  
  
  
  
    public SBSDKBarcodeDocumentRootType(string name, string fullName, string normalizedName)
   
  Parameters
  
    name string 
    
    fullName string 
    
    normalizedName string 
    
  
  Properties
  
  
  Aamva
  
  
  
  
  
    public static SBSDKBarcodeDocumentRootType Aamva { get; }
   
  Property Value
  
    - SBSDKBarcodeDocumentRootType
 
    
  
  
  
  AllDocumentTypes
  
  
  
  
  
    public static SBSDKBarcodeDocumentRootType[] AllDocumentTypes { get; }
   
  Property Value
  
    - SBSDKBarcodeDocumentRootType[]
 
    
  
  
  
  BoardingPass
  
  
  
  
  
    public static SBSDKBarcodeDocumentRootType BoardingPass { get; }
   
  Property Value
  
    - SBSDKBarcodeDocumentRootType
 
    
  
  
  
  ClassHandle
  
  
  
  
  
    public override NativeHandle ClassHandle { get; }
   
  Property Value
  
    - NativeHandle
 
    
  
  
  
  DeMedicalPlan
  
  
  
  
  
    public static SBSDKBarcodeDocumentRootType DeMedicalPlan { get; }
   
  Property Value
  
    - SBSDKBarcodeDocumentRootType
 
    
  
  
  
  Gs1
  
  
  
  
  
    public static SBSDKBarcodeDocumentRootType Gs1 { get; }
   
  Property Value
  
    - SBSDKBarcodeDocumentRootType
 
    
  
  
  
  IdCardPDF417
  
  
  
  
  
    public static SBSDKBarcodeDocumentRootType IdCardPDF417 { get; }
   
  Property Value
  
    - SBSDKBarcodeDocumentRootType
 
    
  
  
  
  MedicalCertificate
  
  
  
  
  
    public static SBSDKBarcodeDocumentRootType MedicalCertificate { get; }
   
  Property Value
  
    - SBSDKBarcodeDocumentRootType
 
    
  
  
  
  Sepa
  
  
  
  
  
    public static SBSDKBarcodeDocumentRootType Sepa { get; }
   
  Property Value
  
    - SBSDKBarcodeDocumentRootType
 
    
  
  
  
  SwissQR
  
  
  
  
  
    public static SBSDKBarcodeDocumentRootType SwissQR { get; }
   
  Property Value
  
    - SBSDKBarcodeDocumentRootType
 
    
  
  
  
  VCard
  
  
  
  
  
    public static SBSDKBarcodeDocumentRootType VCard { get; }
   
  Property Value
  
    - SBSDKBarcodeDocumentRootType
 
    
  
  Methods
  
  
  RootTypeFrom(SBSDKGenericDocument)
  
  
  
  
  
    public static SBSDKBarcodeDocumentRootType? RootTypeFrom(SBSDKGenericDocument document)
   
  Parameters
  
    document SBSDKGenericDocument 
    
  
  Returns
  
    - SBSDKBarcodeDocumentRootType
 
    
  
  
  
  SupportedBarcodeTypesFor(SBSDKBarcodeDocumentRootType[])
  
  
  
  
  
    public virtual SBSDKBarcodeType[] SupportedBarcodeTypesFor(SBSDKBarcodeDocumentRootType[] documentFormats)
   
  Parameters
  
    documentFormats SBSDKBarcodeDocumentRootType[] 
    
  
  Returns
  
    - SBSDKBarcodeType[]
 
    
  
  
  
  Wrap(SBSDKGenericDocument)
  
  
  
  
  
    public static SBSDKGenericDocumentWrapper? Wrap(SBSDKGenericDocument document)
   
  Parameters
  
    document SBSDKGenericDocument 
    
  
  Returns
  
    - SBSDKGenericDocumentWrapper