Leadtools TWAIN (Leadtools.Twain assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
UpdateCustomDSData Method
See Also 
Leadtools.Twain Namespace > TwainSession Class : UpdateCustomDSData Method



fileName
String contains file name to get the data to update
fileName
String contains file name to get the data to update
Update the custom data source

Syntax

Visual Basic (Declaration) 
Public Sub UpdateCustomDSData( _
   ByVal fileName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As TwainSession
Dim fileName As String
 
instance.UpdateCustomDSData(fileName)
C# 
public void UpdateCustomDSData( 
   string fileName
)
C++/CLI 
public:
void UpdateCustomDSData( 
   String^ fileName
) 

Parameters

fileName
String contains file name to get the data to update

Example

Refer to SaveCustomDSData example.

Remarks

This method will update custom data source data for the selected data source. If you need to save the custom data source to a file, call SaveCustomDSData method

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also