Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- Destination
- Desired new owner of the image data.
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. |
Not all object types are valid destinations for this method. If the destination object does not
support being transferred to, a System.ArgumentException will be thrown. Refer to the documentation of a
particular class to see if it officially supports being the destination of a TransferTo method.