Merge Method of the Documents Object
This method merges specified documents into one document. The method returns a closed document (IDocument::LockType = LT_None).
Syntax
Visual Basic .NET
Function Merge(DocIds As IntsCollection) As Document
C++
HRESULT Merge( IIntsCollection* DocIds, IDocument** Result );
Parameters
- DocIds
- [in] This variable refers to the IntsCollection object that contains the identifiers of the documents which are to be merged.
- Result
- [out, retval] A pointer to the IDocument* variable that receives the interface pointer for the created document.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30