LogUnreleasedObjects Method of the Engine Object
This method writes to the log file a list of objects that are not currently deleted. The method can be called any time when necessary.
Note: This method is available only with programming languages which do not have garbage collection (for example, C++).
Syntax
Visual Basic .NET
Sub LogUnreleasedObjects()
C++
HRESULT LogUnreleasedObjects();
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30