Add Method
This method adds an existing object at the end of the collection.
Syntax
HRESULT Add( I<ElementType>* Value );
Parameters
- Value
- [in] Contains the newly added element. ElementType is the type of the objects forming the collection.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
Remarks
The table below describes the collections which provide this method and the types of elements in the collections:
See also
7/3/2024 8:50:25 AM