Accusoft.TwainPro9.Net
SetCustomDataSourceData Method




A string representation of a legal file name (path) from which the custom data will be read in order to set the custom data of the source.
Sets custom data (current settings, e.g., DPI, paper size, color format) of the source from the application. The source settings are in a format that is source dependent and not defined by TWAIN.
Syntax
'Declaration
 
Public Sub SetCustomDataSourceData( _
   ByVal customDataSourceDataFileName As String _
) 
'Usage
 
Dim instance As TwainDevice
Dim customDataSourceDataFileName As String
 
instance.SetCustomDataSourceData(customDataSourceDataFileName)
public void SetCustomDataSourceData( 
   string customDataSourceDataFileName
)
public: void SetCustomDataSourceData( 
   string* customDataSourceDataFileName
) 
public:
void SetCustomDataSourceData( 
   String^ customDataSourceDataFileName
) 

Parameters

customDataSourceDataFileName
A string representation of a legal file name (path) from which the custom data will be read in order to set the custom data of the source.
See Also

Reference

TwainDevice Class
TwainDevice Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback