Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

UpdateCustomDSData Method






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 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

See Also

Reference

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

Error processing SSI file