Accusoft.TwainPro9.Net
SaveToFile(String) Method




A string representation of a legal file name (path) to which the file will be saved.
Saves the TwainPro-compressed, scanned image to file using the specified filename and default save options.
Syntax
'Declaration
 
Public Overloads Sub SaveToFile( _
   ByVal filename As String _
) 
'Usage
 
Dim instance As ScannedImage
Dim filename As String
 
instance.SaveToFile(filename)
public void SaveToFile( 
   string filename
)
public: void SaveToFile( 
   string* filename
) 
public:
void SaveToFile( 
   String^ filename
) 

Parameters

filename
A string representation of a legal file name (path) to which the file will be saved.
Remarks

The bitmap saved will be the same bits per pixel and color depth as the current DIB. Valid file extensions for this filename are .bmp, .jpg, .pic, .tif, and .pdf.

See Also

Reference

ScannedImage Class
ScannedImage Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback