Accusoft.TwainPro9.Net
GetCustomDataSourceData Method




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

Parameters

customDataSourceDataFileName
A string representation of a legal file name (path) to which the custom data, which has been read from the source, will be written.
See Also

Reference

TwainDevice Class
TwainDevice Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback