AddNew Method
This method creates a new object of the collection element type and adds it to the collection. The properties of the newly added object have default values.
Syntax
HRESULT AddNew( I<ElementType>** Result );
Parameters
- Result
- [out, retval] A pointer to I<ElementType>* pointer variable that receives the interface pointer of the added object.
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:
Collection type | Element type |
---|---|
AuthorsList | AuthorInfo |
BaseLanguages | BaseLanguage |
DocumentInformationDictionary | DocumentInformationDictionaryItem |
List | ListLevel |
PDFPictures | PDFPicture |
See also
7/3/2024 8:50:25 AM