DispScreenRes Property

Visio Save As Web Reference

Specifies the screen resolution for your Web page. Read/write.

Syntax

expression.DispScreenRes

expression   An expression that returns a VisWebPageSettings object.

Return Value
VISWEB_DISP_RES

Remarks

The default screen resolution is 800 x 600 pixels.

The DispScreenRes property affects only how raster-based formats (for example, GIF) fit on the page. For vector-based images (for example, VML), this property is ignored.

The DispScreenRes property value corresponds to the value in the Target monitor box on the Advanced tab of the Save As Web Page dialog box (on the File menu, click Save as Web Page, click Publish, and then click Advanced).

See Also