| Visual Basic (Declaration) | |
|---|---|
<SerializableAttribute()> Public NotInheritable Class BitDepthException Inherits MicrXpressException | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| 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 | |
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.
System.Object
System.Exception
Accusoft.MicrXpressSdk.MicrXpressException
Accusoft.MicrXpressSdk.BitDepthException

