Edit

Share via


WebOptions.ScreenSize Property

Definition

Returns or sets an MsoScreenSize constant specifying the ideal minimum screen size (width by height, in pixels) that you should use when viewing the saved document in a Web browser. The default constant is msoScreenSize800x600.

public:
 property Microsoft::Office::Core::MsoScreenSize ScreenSize { Microsoft::Office::Core::MsoScreenSize get(); void set(Microsoft::Office::Core::MsoScreenSize value); };
public Microsoft.Office.Core.MsoScreenSize ScreenSize { get; set; }
Public Property ScreenSize As MsoScreenSize

Property Value

Applies to