FindScanSources Method of the ScanManager Object
This method enables you to receive a list of available scanning sources filtered by user interface type and API type that the scanner provides.
Syntax
Visual Basic .NET
Function FindScanSources( _ OptionsInterfaceType As ScanOptionsInterfaceTypeEnum, _ ApiType As ScanSourceApiTypeEnum _ ) As ScanSources
C++
HRESULT FindScanSources( ScanOptionsInterfaceTypeEnum OptionsInterfaceType, ScanSourceApiTypeEnum ApiType, IScanSources** Result );
Parameters
- OptionsInterfaceType
- [in] This variable specifies the interface type which is to be used for setting the scanning options as ScanOptionsInterfaceTypeEnum.
- ApiType
- [in] This variable specifies the API type that must be supported by the scanning source. It is defined as one of the ScanSourceApiTypeEnum constants.
- Result
- [out, retval] A pointer to the IScanSources* pointer variable that receives the interface pointer of the ScanSources object.
Return values
This method may return the standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30