Barcode Xpress for .NET Framework v13.9 - Updated
InvalidBitmapException Class
Members 




Accusoft.BarcodeXpressSdk Namespace : InvalidBitmapException Class
This exception is thrown if an invalid bitmap is detected.
Object Model
InvalidBitmapException Class
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class InvalidBitmapException 
   Inherits BarcodeException
'Usage
 
Dim instance As InvalidBitmapException
[Serializable()]
public sealed class InvalidBitmapException : BarcodeException 
[Serializable()]
public __gc __sealed class InvalidBitmapException : public BarcodeException 
[Serializable()]
public ref class InvalidBitmapException sealed : public BarcodeException 
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

Reference

InvalidBitmapException Members
Accusoft.BarcodeXpressSdk Namespace

Is this page helpful?
Yes No
Thanks for your feedback.