Class Barcode  
  
  
    - Namespace
 - ScanbotSDK.MAUI.Barcode.RTU.v1
 
  - Assembly
 - ScanbotSDK.Shared.dll
 
   
  
  
  
  
    - Inheritance
 
    - 
      
      
Barcode
     
  
  
    - Inherited Members
 
    - 
    
    
    
    
    
    
    
  
 
  Properties
  
  
  Extension
  
  
  
  
  
    public string Extension { get; set; }
   
  Property Value
  
    - string
 
    
  
  
  
  
  
  
    public BarcodeFormat Format { get; set; }
   
  Property Value
  
    - BarcodeFormat
 
    
  
  
  
  Image
  
  
  
  
  
    public PlatformImage Image { get; set; }
   
  Property Value
  
    - PlatformImage
 
    
  
  
  
  ParsedDocument
  
  
  
  
  
    public GenericDocument ParsedDocument { get; set; }
   
  Property Value
  
    - GenericDocument
 
    
  
  
  
  PolygonPoints
  
  
  
  
  
    public PointF[] PolygonPoints { get; set; }
   
  Property Value
  
    - PointF[]
 
    
  
  
  
  RawBytes
  
  
  
  
  
    public byte[] RawBytes { get; set; }
   
  Property Value
  
    - byte[]
 
    
  
  
  
  Text
  
  
  
  
  
    public string Text { get; set; }
   
  Property Value
  
    - string