2022.1

Table Of Contents
Pagination
The Pagination object that is accessed via the merge object (see "merge" on page975)
contains the total page count and sheet count of the entire Print context after pagination.
These properties are read-only and are only available in Post Pagination Scripts (see "Post
Pagination Scripts" on page441).
For information about where an element is located and the counts of pages and sheets in a
page bundle - a group of sections in which the page numbering continues - use "info()" on
page963.
For the total page count, sheet count and start/end page numbers of a single section, use the
section object's "Pagination" on page974 (see also: "section" on page964).
Field Type Description
pageCount Number The total number of pages in all Print sections together.
sheetCount Number
The total number of sheets in all Print sections together.
Page 977