DeleteAll Method
This method is specific to ABBYY FineReader Engine collection objects. It removes all the elements from collection and empties it.
Syntax
C++
HRESULT DeleteAll();
C#
void DeleteAll();
Visual Basic .NET
Sub DeleteAll()
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
Remarks
The following objects provide this method:
|
|
---|
Samples
C# code
The method is used in the following code samples: CustomLanguage; and demo tools: Image Preprocessing.
See also
17.09.2024 15:14:41