Indicates the barcode image is either acceptable, possibly out of range or invalid.
            
            Syntax
            
            Members
| Member | Value | Description | 
| Status_Error | 2 | 
            Indicates an invalid condition occurred as something is not set properly.
             | 
| Status_OK | 0 | 
            Indicates no problems are found. This is the default status.
             | 
| Status_Warning | 1 | 
            Indicates barcodes are not in range or available, but the error is not critical
            and may be recoverable.
             | 
 
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         Accusoft.BarcodeXpressSdk.BarcodeStatus
 
            
            
            See Also