Accusoft.ISISXpress7.Net
SaveSettings Method




A string which represents the filename.
Saves the settings for the current scanner to an .ini file.
Syntax
'Declaration
 
Public Sub SaveSettings( _
   ByVal filename As String _
) 
'Usage
 
Dim instance As Scanner
Dim filename As String
 
instance.SaveSettings(filename)
public void SaveSettings( 
   string filename
)
public: void SaveSettings( 
   string* filename
) 
public:
void SaveSettings( 
   String^ filename
) 

Parameters

filename
A string which represents the filename.
Remarks

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.

See Also

Reference

Scanner Class
Scanner Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback