Retrieves the position of the next page within a print template.
Syntax
HRESULT IHTMLEventObj3::get_nextPage(BSTR *p);
Parameters
pPointer to a variable of type BSTR that receives one of the following values:
Possible 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.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The IHTMLEventObj3::nextPage property is only applicable within a print template.
See Also
@page, Print Template Reference