In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainAcquireToFile Method

TwainAcquireToFile Method (GdPictureImaging)

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.
Overload List
OverloadDescription
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.  
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. -> The output image format should be negotiated with the TwainSetImageFileFormat() method. -> The output image compression should be negotiated with the TwainSetCompression() method.  
See Also