Accusoft Pegasus
Accusoft.MicrXpress1.Net
BitDepthException Class
Members  See Also  Send Feedback
Accusoft.MicrXpressSdk Namespace : BitDepthException Class




This exception is thrown if an image with invaild bit depth is passed into the component.

Object Model

Syntax

Visual Basic (Declaration)  
<SerializableAttribute()>
Public NotInheritable Class BitDepthException 
   Inherits MicrXpressException
Visual Basic (Usage) Copy Code
Dim instance As BitDepthException
C#  
[SerializableAttribute()]
public sealed class BitDepthException : MicrXpressException 
Managed Extensions for C++  
[SerializableAttribute()]
public __gc __sealed class BitDepthException : public MicrXpressException 
C++/CLI  
[SerializableAttribute()]
public ref class BitDepthException sealed : public MicrXpressException 

Remarks

If the bitmap passed into the Reader.AnalyzeField(Bitmap) or Reader.AnalyzeField(IntPtr) method is not a 1-, 8-, or 24-bit per pixel image, it can trigger this exception.

Inheritance Hierarchy

System.Object
   System.Exception
      Accusoft.MicrXpressSdk.MicrXpressException
         Accusoft.MicrXpressSdk.BitDepthException

See Also


©2009. Pegasus Imaging Corporation, DBA Accusoft Pegasus. All Rights Reserved.