| Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : ToHdib Method |
'Declaration <DebuggerNonUserCodeAttribute()> <DebuggerStepThroughAttribute()> Public Function ToHdib( _ ByVal release As Boolean _ ) As IntPtr
'Usage Dim instance As ScanFix Dim release As Boolean Dim value As IntPtr value = instance.ToHdib(release)
[DebuggerNonUserCode()] [DebuggerStepThrough()] public IntPtr ToHdib( bool release )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: IntPtr ToHdib( bool release )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: IntPtr ToHdib( bool release )
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when required argument value is null. |
| ScanFixUnsupportedImageException | Thrown when image type is unsupported. |
| ScanFixException | Thrown when operation failed. |