AddToList Method of the ListParams Object
This method adds the paragraph to the list.
Syntax
C++
HRESULT AddToList( IListParams* ListParams );
C#
void AddToList( IListParams ListParams );
Visual Basic .NET
Sub AddToList(ListParams As IListParams)
Parameters
- ListParams
- [in] This parameter refers to the ListParams object which contains the parameters of the list to which the paragraph should be added.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
17.09.2024 15:14:40