Visual Basic
C#
Managed Extensions for C++
C++/CLI
'Declaration <ObsoleteAttribute("Deprecated, please use SaveToFile(System.String filename) or SaveSourceCompressedImageToFile(System.String filename) instead.")> Public Overloads Sub SaveFile( _ ByVal filename As String _ )
'Usage Dim instance As ScannedImage Dim filename As String instance.SaveFile(filename)
Parameters
- filename
- A string representation of a legal file name (path) to which the file will be saved.
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.