nextPage property
Retrieves the position of the next page within a print template.
Syntax
HRESULT value = object.get_nextPage(* p);
Property values
Type: BSTR
one of the following values:
-
The next page appears to the left of the binding.
-
The next page appears to the right of the binding.
-
An @page rule was not specified.
Remarks
The IHTMLEventObj3::nextPage property is only applicable within a print template.
See also
- Reference
- @page
- Conceptual
- Print Template Reference
Show: