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

PageSetup.FooterMargin

Description

=20

Sets or returns the value of the footer margin in inches.

=20
C#
=20
 public double FooterMargin{ get; set; }
=20
=20
vb.net
=20
Public Property FooterMargin() As Double
=20
=20

Remarks

This is the space be= tween the footer data and the bottom edge of the printed page. This is set = to.5 by default. The valid range of values is 0 through 100, and is also li= mited by the paper size.=20

Examples

=20
C#
=20

          //--- Get FooterMargin
          double ftrMargin =3D ps.FooterMargin;

          //--- Set FooterMargin
          ps.FooterMargin =3D 1;
        
=20
=20
vb.net
=20

          '--- Get FooterMargin
          Dim ftrMargin As Double =3D ps.FooterMargin

          '--- Set FooterMargin
          ps.FooterMargin =3D 1
        
=20
------=_Part_10346_1127833987.1711722290887--