ServerPublishOptions.IncludePage method (Visio)
Includes the specified page for publication when the document is published as a VDW file.
Syntax
expression. IncludePage
( _PageName_
, _Flags_
)
expression A variable that represents a ServerPublishOptions object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
PageName | Required | String | The name of the page to be published. |
Flags | Required | VisLangFlags | Indicates whether a universal or local page name is specified in PageName. See Remarks for possible values. |
Return value
Nothing
Remarks
The Flags parameter must be one of the following VisLangFlags constants.
Constant | Value | Description |
---|---|---|
visLangLocal | 0 | The page name is a local name. |
visLangUniversal | 1 | The page name is a universal name. |
Calling the IncludePage method corresponds to selecting a 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).
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.