indicates that the current page is the first page to be exported.
Hyperlinks, notes, and outlines cannot be exported on a per
page base. They have to be exported once *before* the first page
is exported. Therefore the IsFirstPage property has been introduced.
It is evaluated in the ::render function and indicates that the
current page is the first page to be exported.
indicates that the current page is the last page to be exported.
Hyperlinks from the EditEngine have to be exported once *after*
the last page has been processed. Therefore the IsLastPage property
has been introduced. It is evaluated in the ::render function and
indicates that the current page is the last page to be exported.
Tells the pdf export to skip empty pages. This flag also has
to be passed to the ::render function, in order to calculate to
correct page numbers during the export of hyperlinks, notes, and
outlines.
Tells the pdf export to skip empty pages. This flag also has
to be passed to the ::render function, in order to calculate to
correct page numbers during the export of hyperlinks, notes,
and outlines.