| Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : FromBitmap Method |
'Declaration <DebuggerNonUserCodeAttribute()> <DebuggerStepThroughAttribute()> Public Sub FromBitmap( _ ByVal bitmap As Bitmap _ )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public void FromBitmap( Bitmap bitmap )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: void FromBitmap( Bitmap* bitmap )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: void FromBitmap( Bitmap^ bitmap )
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when required argument value is null. |
| ScanFixUnsupportedImageException | Thrown when image type is unsupported. |
| ScanFixException | Thrown when operation failed. |