SmartZone v6.0 for .NET - Updated
BitDepthException Class
Members 




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace : BitDepthException Class
Contains information about an invalid image bit depth error.
Object Model
BitDepthException Class
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class BitDepthException 
   Inherits SmartZoneOCRException
'Usage
 
Dim instance As BitDepthException
[Serializable()]
public sealed class BitDepthException : SmartZoneOCRException 
[Serializable()]
public __gc __sealed class BitDepthException : public 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.SmartZoneException
            Accusoft.SmartZoneOCRSdk.SmartZoneOCRException
               Accusoft.SmartZoneOCRSdk.BitDepthException

See Also

Reference

BitDepthException Members
Accusoft.SmartZoneOCRSdk Namespace