| Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : CopyTo Method |
'Declaration <DebuggerNonUserCodeAttribute()> <DebuggerStepThroughAttribute()> Public Sub CopyTo( _ ByVal Destination As Object _ )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public void CopyTo( object Destination )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: void CopyTo( Object* Destination )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: void CopyTo( 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. |