Disassemble Method of the Documents Object
This method splits specified documents into pages.
Syntax
Visual Basic .NET
Sub Disassemble(DocIds As IntsCollection)
C++
HRESULT Disassemble( IIntsCollection* DocIds );
Parameters
- DocIds
- [in] This variable refers to the IntsCollection object that contains the identifiers of the documents which are to be split.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
8/15/2023 1:19:30 PM