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

ScanManager

ScanSourceSettings

Scanning

Working with Properties

15.08.2023 13:19:30

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.