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 As String _
)
'Usage
Dim instance As TwainDevice
Dim customDataSourceDataFileName As String
instance.GetCustomDataSourceData(customDataSourceDataFileName)
public void GetCustomDataSourceData(
string
)
public: void GetCustomDataSourceData(
string*
)
public:
void GetCustomDataSourceData(
String^
)
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