nextPage property
[This documentation is preliminary and is subject to change.]
Retrieves the position of the next page within a print template.
Syntax
HRESULT value = object.get_nextPage(BSTR* p);
Property values
Type: BSTR
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.
Remarks
The nextPage property is only applicable within a print template.
See also
- Reference
- @page
- Conceptual
- Print Template Reference
Send comments about this topic to Microsoft
Build date: 6/12/2012
Community Additions
Show: