Leadtools TWAIN (Leadtools.Twain assembly)

UpdateCustomDSData Method

Show in webframe





String contains file name to get the data to update
Update the custom data source
Syntax
public void UpdateCustomDSData( 
   string fileName
)
'Declaration
 
Public Sub UpdateCustomDSData( _
   ByVal fileName As String _
) 
'Usage
 
Dim instance As TwainSession
Dim fileName As String
 
instance.UpdateCustomDSData(fileName)

            

            
public:
void UpdateCustomDSData( 
   String^ fileName
) 

Parameters

fileName
String contains file name to get the data to update
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
Example
Refer to SaveCustomDSData example.
Requirements

Target Platforms

See Also

Reference

TwainSession Class
TwainSession Members
QuerySupportedCapabilities Method
GetCapability Method
SetCapability Method
QueryCapability Method
SaveCustomDSData Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.