UpdateCustomDSData Method

Summary

Update the custom data source

Syntax
C#
VB
C++
public void UpdateCustomDSData( 
   string fileName 
) 
Public Sub UpdateCustomDSData( _ 
   ByVal fileName As String _ 
)  
public: 
void UpdateCustomDSData(  
   String^ fileName 
)  

Parameters

fileName
String contains file name to get the data to update

Remarks

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

Example

Refer to SaveCustomDSData example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly