DispScreenRes property

DispScreenRes 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 screen resolution for your Web page.

        
          retDisp = object.DispScreenRes
object. DispScreenRes = valDisp

retDisp

VISWEB_DISP_RES. The screen resolution for your Web page. The default is 800 x 600.

object

Required. An expression that returns a VisPageWebSettings object.

valDisp

Required

VISWEB_DISP_RES. The screen resolution for your Web page.

Remarks

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 Screen size control on the Appearance tab of the Save As Web Page dialog box (on the File menu, select Save as Web Page, and then click Publish).