Accusoft.TwainProSdk Namespace > ScannedImage Class > SaveToFile Method : SaveToFile(String,SaveOptions) Method |
'Declaration Public Overloads Sub SaveToFile( _ ByVal filename As String, _ ByVal saveOptions As SaveOptions _ )
'Usage Dim instance As ScannedImage Dim filename As String Dim saveOptions As SaveOptions instance.SaveToFile(filename, saveOptions)
public void SaveToFile( string filename, SaveOptions saveOptions )
public: void SaveToFile( string* filename, SaveOptions* saveOptions )
public: void SaveToFile( String^ filename, SaveOptions^ saveOptions )
The bitmap saved will be the same bits per pixel and color depth as the current DIB. If the SaveOptions image format is set to default, one of the following valid file extensions will need to be used: .bmp, .jpg, .pic, .tif, or .pdf."