nextPage Property | Internet Development Index |
Retrieves the position of the next page within a print template.
Syntax
[ p = ] event.nextPage
Possible Values
p String that receives one of the following values:
"left" The next page appears to the left of the binding. "right" The next page appears to the right of the binding. "" An @page rule was not specified. The property is read-only. The property has no default value.
Remarks
The nextPage property is only applicable within a print template.
Standards Information
There is no public standard that applies to this property.
Applies To
event
See Also
@page, Print Templates