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