Attach Method of the Pages Object
This method allows you to move the specified page from one document to another.
Syntax
Visual Basic .NET
Sub Attach( _ page As Page, _ position As Integer _ )
C++
HRESULT Attach(
IPage* page,
int position
);
Parameters
- page
- [in] This variable refers to the page which is to be moved.
- position
- [in] An index defining the point to move page to. Must be in a range from 0 to the value of the IPages::Count property.
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