Search Property

Visio Save As Web Reference

Determines whether the Search Pages control for searching for shapes in a drawing is displayed in a Web page. Read/write.

Syntax

expression.Search

expression   An expression that returns a VisWebPageSettings object.

Return Value
Long

Remarks

Search returns non-zero (True) if the Search Pages control is displayed after the drawing is exported to a Web page; otherwise, it returns zero (False). The default is True.

Set Search to a non-zero value (True) to display the Search Pages control after the drawing is exported to a Web page; otherwise, set it to zero (False).

This property corresponds to the Search Pages check box under Publishing Options on the General tab of the Save As Web Page dialog box (on the File menu, click Save as Web Page, and then click Publish).

See Also