Class SBSDKBarcodeDocumentGS1Element  
  
  
    - Namespace
 - ScanbotSDK.iOS
 
  - Assembly
 - DocumentSDK.NET.iOS.dll
 
   
  
  
  
    public class SBSDKBarcodeDocumentGS1Element : SBSDKGenericDocumentWrapper
   
  
    - Inheritance
 
    - 
      
      
      
SBSDKBarcodeDocumentGS1Element
     
  
  
    - Inherited Members
 
    - 
    
  
 
  Constructors
  
  
  SBSDKBarcodeDocumentGS1Element()
  
  
  
  
  
    public SBSDKBarcodeDocumentGS1Element()
   
  
  
  SBSDKBarcodeDocumentGS1Element(NSObjectFlag?)
  
  
  
  
  
    protected SBSDKBarcodeDocumentGS1Element(NSObjectFlag? t)
   
  Parameters
  
    t NSObjectFlag 
    
  
  
  
  SBSDKBarcodeDocumentGS1Element(NativeHandle?)
  
  
  
  
  
    protected SBSDKBarcodeDocumentGS1Element(NativeHandle? handle)
   
  Parameters
  
    handle NativeHandle 
    
  
  
  
  SBSDKBarcodeDocumentGS1Element(SBSDKGenericDocument?)
  
  
  
  
  
    public SBSDKBarcodeDocumentGS1Element(SBSDKGenericDocument? document)
   
  Parameters
  
    document SBSDKGenericDocument 
    
  
  Properties
  
  
  ApplicationIdentifier
  
  
  
  
  
    public virtual SBSDKGenericDocumentField? ApplicationIdentifier { get; }
   
  Property Value
  
    - SBSDKGenericDocumentField
 
    
  
  
  
  ClassHandle
  
  
  
  
  
    public override NativeHandle? ClassHandle { get; }
   
  Property Value
  
    - NativeHandle
 
    
  
  
  
  DataTitle
  
  
  
  
  
    public virtual SBSDKGenericDocumentField? DataTitle { get; }
   
  Property Value
  
    - SBSDKGenericDocumentField
 
    
  
  
  
  ElementDescription
  
  
  
  
  
    public virtual SBSDKGenericDocumentField? ElementDescription { get; }
   
  Property Value
  
    - SBSDKGenericDocumentField
 
    
  
  
  
  RawValue
  
  
  
  
  
    public virtual SBSDKGenericDocumentField? RawValue { get; }
   
  Property Value
  
    - SBSDKGenericDocumentField
 
    
  
  
  
  RequiredDocumentType
  
  
  
  
  
    public virtual string RequiredDocumentType { get; }
   
  Property Value
  
    - string
 
    
  
  
  
  ValidationErrors
  
  
  
  
  
    public virtual SBSDKBarcodeDocumentGS1ElementValidationError[]? ValidationErrors { get; }
   
  Property Value
  
    - SBSDKBarcodeDocumentGS1ElementValidationError[]