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

PageSetup.UseZoom

Description

Sets or returns whether the Zoom property or the FitToPagesTall and = FitToPagesWide pair of properties will be used.

(This is not supported for charts.)

C#
=20
<p> public boolean UseZoom{ get; set; }&l=
t;/p>
=20
=20
vb.net
=20
<p>Public Property UseZoom() As Boolean<=
;/p>
=20

Examples

=20
C#
=20
          //--- Get UseZoom
          bool useZm =3D ps.UseZoom;

          //--- Set Zoom
          ps.UseZoom =3D false;
        
=20
vb.net
=20
          '--- Get UseZoom
          Dim useZm As Boolean =3D ps.UseZoom

          '--- Set UseZoom
          ps.UseZoom =3D False
        
=20

------=_Part_8586_934965243.1711651110570--