Chinese Simplified (简体中文)

CreateScanManager Method of the Engine Object

This method creates the ScanManager object.

Syntax

C++

HRESULT CreateScanManager(
  VARIANT_BOOL    WriteScanLog,
  IScanManager**    Result
);
    

C#

IScanManager CreateScanManager(
  bool WriteScanLog
);
    

Visual Basic .NET

Function CreateScanManager( _
  [WriteScanLog As Boolean = True] _
) As IScanManager
    

Parameters

WriteScanLog
[in] This optional parameter specifies whether the log of scanning operations will be written. By default, it is TRUE. Set this parameter to FALSE if you wish to cancel logging; this may be useful when your application does not have access to the default folder for logs.
Result
[out, retval] A pointer to IScanManager* pointer variable that receives the interface pointer of the resulting ScanManager object. Must not be NULL.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

Engine

ScanManager

24.03.2023 8:51:52

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.