DefaultWebOptions.ScreenSize Property (Word)

Returns or sets the ideal minimum screen size (width by height, in pixels) that you should use when viewing the saved document in a Web browser. Read/write MsoScreenSize.

Syntax

expression .ScreenSize

expression Required. A variable that represents a DefaultWebOptions collection.

Example

This example sets the target screen size at 800x600 pixels.

Application.DefaultWebOptions.ScreenSize = _ 
 msoScreenSize800x600

See Also

Concepts

DefaultWebOptions Object Members

DefaultWebOptions Object