Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / InvalidBitmapException Class
Members




InvalidBitmapException Class
This exception is thrown if an invalid bitmap is detected.
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class InvalidBitmapException 
   Inherits BarcodeException
 
'Usage
 
Dim instance As InvalidBitmapException
Remarks

If the bitmap passed in by the Reader.Analyze method has more than one palette, or is not a one bit per pixel image, it can trigger this exception.

Inheritance Hierarchy

System.Object
   System.Exception
      Accusoft.BarcodeXpressSdk.BarcodeException
         Accusoft.BarcodeXpressSdk.InvalidBitmapException

See Also