ImageGear .NET - Updated
LoadCustomDSData Method




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearTWAIN Class : LoadCustomDSData Method
Specifies the name or pathname of the file from which to load the settings.
This method loads the settings from the specified file, and sets the data source with these settings.
Syntax
'Declaration
 
Public Sub LoadCustomDSData( _
   ByVal fileName As String _
) 
'Usage
 
Dim instance As ImGearTWAIN
Dim fileName As String
 
instance.LoadCustomDSData(fileName)
public void LoadCustomDSData( 
   string fileName
)
public: void LoadCustomDSData( 
   string* fileName
) 
public:
void LoadCustomDSData( 
   String^ fileName
) 

Parameters

fileName
Specifies the name or pathname of the file from which to load the settings.
Remarks
This method throws exceptions if no data source is open, or the open data source doesn't support ImGearCapabilities.CAP_CUSTOMDSDATA.
See Also

Reference

ImGearTWAIN Class
ImGearTWAIN Members
ImGearCapabilities Enumeration