RemoveAll Method (COM-based API)
This method removes all the elements from a collection and empties it.
Visual Basic Syntax
Method RemoveAll()
C++ Syntax
HRESULT RemoveAll();
Return Values
This method has no specific return values. It returns standard return values of ABBYY FineReader Server Open API functions.
Remarks
The following collections supports this method: StringsCollection, OutputFormatSettingsCollection, InputFiles, DocumentInfoItems, DocumentAttributes, DocumentTypes, IndexingFields.
See also
Add,
3/26/2024 1:49:49 PM