| Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : TransferTo Method |
'Declaration <DebuggerStepThroughAttribute()> <DebuggerNonUserCodeAttribute()> Public Sub TransferTo( _ ByVal Destination As Object _ )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public void TransferTo( object Destination )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: void TransferTo( Object* Destination )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: void TransferTo( Object^ Destination )
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when required argument value is null. |
| System.ArgumentException | Thrown when Destination object is not capable of accepting the image. |
| ScanFixUnsupportedImageException | Thrown when image type is unsupported. |
| ScanFixException | Thrown when operation failed. |