Message-ID: <1940795661.10275.1711719873397.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_10274_1617212699.1711719873397" ------=_Part_10274_1617212699.1711719873397 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 = display 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_10274_1617212699.1711719873397--