MovePage
Document management, Page manipulation
Description
Moves the selected page to a new position in the document.
Syntax
Delphi
function TPDFlib.MovePage(NewPosition: Integer): Integer;ActiveX
Function PDFlib::MovePage(NewPosition As Long) As LongDLL
int DLMovePage(int InstanceID, int NewPosition);Parameters
| NewPosition | The new position of the page |
|---|
Return values
| 0 | The page could not be moved. Check the value of the NewPosition parameter. |
|---|---|
| 1 | The page was moved successfully |