Saves the settings for the current scanner to an .ini file.
Visual Basic |
---|
Public Sub SaveSettings( _ ByVal FileName As String _ ) |
- FileName
- The full path and filename of the .ini file where the scanner settings are saved.
The same .ini file can be used for multiple scanners because the settings are saved under a different section for each scanner. The section name used in the .ini file is the name of the scanner driver.