ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearTWAIN Class / SaveCustomDSData Method
Specifies the name or pathname of the file to which to save the settings.




In This Topic
    SaveCustomDSData Method
    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 fileName As String _
    ) 
    'Usage
     
    Dim instance As ImGearTWAIN
    Dim fileName As String
     
    instance.SaveCustomDSData(fileName)
    public void SaveCustomDSData( 
       string fileName
    )
    public: void SaveCustomDSData( 
       string* fileName
    ) 
    public:
    void SaveCustomDSData( 
       String^ fileName
    ) 

    Parameters

    fileName
    Specifies the name or pathname of the file to which to save 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