Accusoft.TwainPro9.Net
LoadSettings Method




A string representation of a legal file name (path) from which the settings will be loaded.
Loads the scanner settings from file.
Syntax
'Declaration
 
Public Sub LoadSettings( _
   ByVal filename As String _
) 
'Usage
 
Dim instance As TwainDevice
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 representation of a legal file name (path) from which the settings will be loaded.
Remarks

Loads scanner settings that were previously saved to file using the SaveSettings method.

Note that your scanner might not support setting all of the capabilities that are saved in the settings file. If you set the Debug property to True to write a Debug Log File, then during the LoadSettings operation all unsupported capabilities will be written to the Debug Log File.

See Also

Reference

TwainDevice Class
TwainDevice Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback