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

Pages

15.08.2023 13:19:30

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.