PageTitle property

PageTitle property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Specifies the name of the Web page as it appears in the browser’s title bar.

        
          retStr = object.PageTitle
object. PageTitle = valStr

retStr

String. The page title of the drawing.

object

Required. An expression that returns a VisPageWebSettings object.

valStr

Required String. The new page title of the drawing.

Remarks

This value corresponds to the Page title control in the Set Page Title dialog box (on the File menu, click Save as Web Page, and then click Change Title).