Page.WebPageOptions property (Publisher)
Returns a WebPageOptions object, which represents the properties of a single webpage within a web publication. Read-only.
Syntax
expression.WebPageOptions
expression A variable that represents a Page object.
Return value
WebPageOptions
Example
The following example sets the description and the background sound for the fourth page of the active web publication.
With ActiveDocument.Pages(4).WebPageOptions
.Description = "Company Profile"
.BackgroundSound = "C:\CompanySounds\corporate_jingle.wav"
End With
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.