Page.PageType Property
Publisher Developer Reference |
Returns a PbPageType constant that represents the page type. Read-only.
Syntax
expression.PageType
expression A variable that represents a Page object.
Return Value
PbPageType
Remarks
The PageType property value can be one of the following PbPageType constants declared in the Microsoft Office Publisher type library.
pbPageLeftPage |
pbPageMasterPage |
pbPageRightPage |
pbPageScratchPage |
Example
This example adds a shape on alternating corners of each page in the active publication.
Visual Basic for Applications |
---|
|
See Also