TwainAcquireToFile(String,IntPtr) Method
In This Topic
Acquires a single image, from the currently selected Data Source to a file.
This method uses the file transfer mode.
The disk file mode is ideal when transferring large images that might encounter memory limitations
with Native or memory mode.
However, Disk File mode is a bit slower than other transfer mode.
Syntax
Parameters
- FilePath
- The path of the image file to create.
- HANDLE
- A Window Handle IE: Me.Handle. In most applications you can use nothing but
on Citrix and WTS, this must be a top-level window or a child of a top level
window.
Return Value
A member of the GdPictureStatus enumeration.
See Also