Message-ID: <58474191.9727.1711700600049.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9726_452703816.1711700600049" ------=_Part_9726_452703816.1711700600049 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Document.ViewSettings

Document.ViewSettings

Description

Returns a=20 WordViewSettings object that = can be used to get and set various settings that pertain to how Word will d= isplay this document.=20
C#
=20
 public WordViewSettings ViewSettings{ get; }
=20
=20
vb.net
=20
Public ReadOnly Property ViewSettings() As WordV=
iewSettings
=20
=20

Examples

=20
C#
=20
          WordViewSettings oWordViewSettings =3D oDocument.ViewS=
ettings;
        
=20
vb.net
=20
          Dim oWordViewSettings As WordViewSettings =3D oDocumen=
t.ViewSettings
        
=20
------=_Part_9726_452703816.1711700600049--