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 Long

DLL

int DLMovePage(int InstanceID, int NewPosition);

Parameters

NewPositionThe new position of the page

Return values

0The page could not be moved. Check the value of the NewPosition parameter.
1The page was moved successfully