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

Section.BottomMargin

Description

=20

Sets or returns an int that represents the vertical distanc= e of the bottom margin from the bottom edge of the page for this section. O= ne twip =3D (1/20 pt) or (1/1440 in)

=20
C#
=20
 public int BottomMargin{ get; set; }
=20
=20
vb.net
=20
Public Property BottomMargin() As Integer
=20
=20

Remarks

MS Word equivalent: Fi= le menu > Page Setup... > Margins tab > Bottom: -- (Make sure Appl= y to: This section is selected)=20

Examples

=20
C#
=20

          //--- Return BottomMargin
          int bottomMargin =3D oSection.BottomMargin;

          //--- Set BottomMargin to 1 inch
          oSection.BottomMargin =3D 1440;
        
=20
=20
vb.net
=20

          '--- Return BottomMargin
          Dim bottomMargin As Integer =3D oSection.BottomMargin

          '--- Set BottomMargin to 1 inch
          oSection.BottomMargin =3D 1440
        
=20
------=_Part_7740_603046726.1711619626094--