2020.1

Table Of Contents
Syntax
VOID Move (
LONG index,
LONG count,
LONG offset
)
index
0-based index of the first page of the range.
count
Number of contiguous pages to move.
offset
Number of hops to move the pages. If negative, the pages are moved towards the beginning
of the file. If positive, towards the end.
Page object
The Page object implements the IPage interface. This interface defines methods to retrieve
information from a page or modify it. A page may also be drawn on a Windows Device Context
(DC), but note that access to DCs may not be available in all scripting languages.
IPage properties
Name Type Description
Orientation Integer Gets/sets the orientation of the page, in degrees. The value is
always a multiple of 90 and is the number of degrees the page
should be rotated clockwise when displayed or printed.
IPage methods
Name Return
type
Description
"ExtractText(left, bottom,
right, top)" on page263
String
Deprecated. Returns the text located inside the
region bounded by the left, bottom, right and top
Page 260