ServerPublishOptions.IsPublishedPage property (Visio)
Returns True if the specified page is designated to be included when the document is published as a .vdw file. Read-only.
Syntax
expression. IsPublishedPage
( _PageName_
_Flags_
)
expression A variable that represents a ServerPublishOptions object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
PageName | Required | String | The page to check for publish status. |
Flags | Required | VisLangFlags | Specifies whether the page name is a local or a universal name. |
Return value
Boolean
Remarks
The setting of the IsPublishedPage property corresponds to the status (selected or cleared) of the box that represents the specified page in the Pages list in the Publish Settings dialog box. (Click the File tab, click Save & Send, click Save to SharePoint, click Web Drawing (*.vdw), click Save As, and then click Options.) The default is for all pages in the document to be designated for publishing.
To change the publish status of a page, you can use the IncludePage and ExcludePage methods of the ServerPublishOptions object.
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.