Deprecated, please use SaveToFile(System.String filename) to save the TwainPro-compressed image to file or SaveSourceCompressedImageToFile(System.String filename) to save the Source-compressed image to file instead. Saves the scanned image to file using the specified filename and default save options.
Overload List
Overload | Description |
SaveFile(String) | Deprecated, please use SaveToFile(System.String filename) to save the TwainPro-compressed image to file or SaveSourceCompressedImageToFile(System.String filename) to save the Source-compressed image to file instead. Saves the scanned image to file using the specified filename and default save options. |
SaveFile(String,SaveOptions) | Deprecated, please use SaveToFile(System.String filename, SaveOptions saveOptions) to save the TwainPro-compressed image to file or SaveSourceCompressedImageToFile(System.String filename) to save the Source-compressed image to file instead. Saves the scanned image to file using the specified filename and save options. |
See Also