DefaultWebOptions.ScreenSize Property
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.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ScreenSize As MsoScreenSize
Get
Set
'Usage
Dim instance As DefaultWebOptions
Dim value As MsoScreenSize
value = instance.ScreenSize
instance.ScreenSize = value
MsoScreenSize ScreenSize { get; set; }
Property Value
Type: MsoScreenSize