

'Declaration <System.SerializableAttribute()> Public NotInheritable Class BitDepthException Inherits SmartZoneOCRException
'Usage Dim instance As BitDepthException
[System.Serializable()] public sealed class BitDepthException : SmartZoneOCRException
public class BitDepthException = class(SmartZoneOCRException)sealed;
System.SerializableAttribute() public sealed class BitDepthException extends SmartZoneOCRException
[System.Serializable()] public __gc __sealed class BitDepthException : public SmartZoneOCRException
[System.Serializable()] public ref class BitDepthException sealed : public SmartZoneOCRException
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.
System.Object
System.Exception
System.ApplicationException
Accusoft.SmartZoneOCRSdk.SmartZoneOCRException
Accusoft.SmartZoneOCRSdk.BitDepthException