In This Topic
This method queries the data source for its current settings, and saves these settings to the specified file.
Syntax
'Declaration
Public Sub SaveCustomDSData( _
ByVal As String _
)
'Usage
Dim instance As ImGearTWAIN
Dim fileName As String
instance.SaveCustomDSData(fileName)
public void SaveCustomDSData(
string
)
public: void SaveCustomDSData(
string*
)
public:
void SaveCustomDSData(
String^
)
Parameters
- fileName
- Specifies the name or pathname of the file to which to save the settings.
See Also