Remove Method (COM-based API)
This method removes an element from a collection by its index.
Visual Basic Syntax
Method Remove(
index As Long
)
C++ Syntax
HRESULT Remove(
long index
);
Parameters
index
[in] This variable contains the index of the collection element. It should be in the range from 0 to the value of the Count property of this collection minus 1.
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,
26.03.2024 13:49:49