7.4

Table Of Contents
String value specifying the name of the bookmark that appears in the PDF.
Code Sample Examples
These examples illustrate setpdfbookmark().
Example 1
setpdfbookmark('Table of Contents')
Example 2
setpdfbookmark( @(10,23,45) )
Example 3
setpdfbookmark( @(10,23,45) + '|' + @(11,23,45) )
Document Pages
@page (procedure)
Executes the content of the specified document page, as if it were part of the calling page. The content of the page in this case
excludes the paper handling properties of the page. The height and width of the page content thus becomes the height and
width of the group that would result if you created a single group of all of the page elements. If you want to include the paper
handling properties in the page execution, use the $element syntax instead.
The@ character can be the beginning of a data selection, a page call or a procedure or function call.
The @page() and execpage() commands are functionally equivalent. However, the execpage() command has the
added ability of calling variable page names.
Syntax
@pagename()
Arguments
pagename
String value specifying the name of the page you want to execute.
©2010 Objectif Lune Inc - 621 -