Use the formulas below for extracting the number of pages in a print presentation.
| TO EXTRACT | USE |
|---|---|
| The page number in a print presentation | PageNumber() |
| The total number of pages in a print presentation | PageCount |
| To print | USE | Example |
|---|---|---|
| The page number in a print presentation | $PageNumber(); n0$ | 5 |
| The number of the current page and its place in the sequence of pages. | Page $PageNumber(); n0$ of $PageCount(); n0$ | Page 1 of 4. |
| With Semicolon | With Comma |
|---|---|
| $Layout1.Length(Cutting; m; yes); n2$ | $Layout1.Length(Cutting, m, yes), n2$ |