Accusoft.Forms1 - Updated
BitDepthException Class
Members 



Accusoft.SmartZoneOCRSdk Namespace : BitDepthException Class
Contains information about an invalid bitmap error.
Syntax
<SerializableAttribute()>
Public NotInheritable Class BitDepthException 
   Inherits SmartZoneOCRException
Dim instance As BitDepthException
[Serializable()]
public sealed class BitDepthException : SmartZoneOCRException 
[Serializable()]
public ref class BitDepthException sealed : public SmartZoneOCRException 
Remarks

If the bitmap passed in by the Reader.AnalyzeField 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
      System.ApplicationException
            Accusoft.SmartZoneOCRSdk.SmartZoneOCRException
               Accusoft.SmartZoneOCRSdk.BitDepthException

See Also

Reference

BitDepthException Members
Accusoft.SmartZoneOCRSdk Namespace