This method loads the settings from the specified file, and sets the data source with these settings.
Syntax
public void LoadCustomDSData(
string
)
public: void LoadCustomDSData(
string*
)
public:
void LoadCustomDSData(
String^
)
'Declaration
Public Sub LoadCustomDSData( _
ByVal As String _
)
'Usage
Dim instance As ImGearTWAIN
Dim fileName As String
instance.LoadCustomDSData(fileName)
Parameters
- fileName
- Specifies the name or pathname of the file from which to load the settings.
See Also