ScanSourceSettings Property of the ScanManager Object
This property is obsolete and provided only for compatibility with previous versions. Use the IScanSource::ScanSettings property for one of the scanners obtained via the ScanSourcesEx property.
This property of the ScanManager object provides access to the scanning options of a source (scanner). The name of the source is passed as the parameter.
Syntax
Visual Basic .NET
Property ScanSourceSettings(source As String) As ScanSourceSettings
C++
HRESULT get_ScanSourceSettings(
BSTR source,
IScanSourceSettings** settings
);
HRESULT put_ScanSourceSettings(
BSTR source
IScanSourceSettings* newSet
);
Parameters
- source
- [in] This variable contains available scan source.
- settings
- [out, retval] A pointer to the IScanSourceSettings* pointer variable that receives the interface pointer of the ScanSourceSettings object that contains the scan settings.
- newSet
- [in] This variable refers to the ScanSourceSettings object that contains the scan settings.
Return values
This function has no specific return values. It returns standard return values.
See also
8/15/2023 1:19:30 PM