Class SBSDKGenericDocumentField  
  
  
    - Namespace
 - ScanbotSDK.iOS
 
  - Assembly
 - BarcodeSDK.NET.iOS.dll
 
   
  
  
  
    public class SBSDKGenericDocumentField : NSObject
   
  
    - Inheritance
 
    - 
      
      
SBSDKGenericDocumentField
     
  
  Constructors
  
  
  SBSDKGenericDocumentField()
  
  
  
  
  
    public SBSDKGenericDocumentField()
   
  
  
  SBSDKGenericDocumentField(NSObjectFlag?)
  
  
  
  
  
    protected SBSDKGenericDocumentField(NSObjectFlag? t)
   
  Parameters
  
    t NSObjectFlag 
    
  
  
  
  SBSDKGenericDocumentField(NativeHandle?)
  
  
  
  
  
    protected SBSDKGenericDocumentField(NativeHandle? handle)
   
  Parameters
  
    handle NativeHandle 
    
  
  
  
  SBSDKGenericDocumentField(SBSDKGenericDocumentFieldType, SBSDKGenericDocumentOcrResult?, UIImage?, SBSDKGenericDocumentFieldValidationStatus)
  
  
  
  
  
    public SBSDKGenericDocumentField(SBSDKGenericDocumentFieldType type, SBSDKGenericDocumentOcrResult? value, UIImage? image, SBSDKGenericDocumentFieldValidationStatus validationStatus)
   
  Parameters
  
    type SBSDKGenericDocumentFieldType 
    
    value SBSDKGenericDocumentOcrResult 
    
    image UIImage 
    
    validationStatus SBSDKGenericDocumentFieldValidationStatus 
    
  
  Properties
  
  
  ClassHandle
  
  
  
  
  
    public override NativeHandle? ClassHandle { get; }
   
  Property Value
  
    - NativeHandle
 
    
  
  
  
  Image
  
  
  
  
  
    public virtual UIImage? Image { get; set; }
   
  Property Value
  
    - UIImage
 
    
  
  
  
  Type
  
  
  
  
  
    public virtual SBSDKGenericDocumentFieldType Type { get; set; }
   
  Property Value
  
    - SBSDKGenericDocumentFieldType
 
    
  
  
  
  ValidationStatus
  
  
  
  
  
    public virtual SBSDKGenericDocumentFieldValidationStatus ValidationStatus { get; set; }
   
  Property Value
  
    - SBSDKGenericDocumentFieldValidationStatus
 
    
  
  
  
  Value
  
  
  
  
  
    public virtual SBSDKGenericDocumentOcrResult? Value { get; set; }
   
  Property Value
  
    - SBSDKGenericDocumentOcrResult