2020.2

Table Of Contents
"InsertFrom
(srcFilename,
srcIndex, srcCount,
destIndex)" on
page256
Inserts pages from another PDF file into this one. All
relevant resources are copied with the pages.
"InsertFrom2
(srcPages, srcIndex,
srcCount,
destIndex)" on
page256
Inserts pages from another IPages object into this one.
All relevant resources are copied with the pages.
"Item(index)" on
page257
IPage
(see
"Page
object"
on
page258
)
Returns a Page object from the PDF. Note that
sinceItem() is the collection's default method, it can
be omitted altogether (e.g. IPages(0) is the same as
IPages.Item(0)).
"Move(index, count,
offset)" on page257
Moves a range of pages within the same PDF.
IPages methods reference
Count()
Returns the number of items in the Pages collection, in other words the number of pages in the
PDF.
Syntax
LONG Count ( )
Return value
The number of pages in the PDF.
Delete()
Deletes a page from the PDF.
Page 254