Barcode Xpress for .NET Framework v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / InvalidBitmapException Class
Members




In This Topic
    InvalidBitmapException Class
    In This Topic
    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