Accusoft.ISISXpress7.Net
LoadSettings Method




A string which represents the filename.
Loads the settings for the current scanner from an .ini file.
Syntax
'Declaration
 
Public Sub LoadSettings( _
   ByVal filename As String _
) 
'Usage
 
Dim instance As Scanner
Dim filename As String
 
instance.LoadSettings(filename)
public void LoadSettings( 
   string filename
)
public: void LoadSettings( 
   string* filename
) 
public:
void LoadSettings( 
   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

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback