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

Section.LeftMargin

Description

=20

Sets or returns an int that represents the horizontal dista= nce of the left margin from the left edge of the page for this section. One= twip =3D (1/20 pt) or (1/1440 in)

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

Remarks

MS Word equivalent: File= menu > Page Setup... > Margins tab > Left: -- (Make sure Apply to= : This section is selected)=20

Examples

=20
C#
=20

          //--- Return LeftMargin
          int leftMargin =3D oSection.LeftMargin;

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

          '--- Return LeftMargin
          Dim leftMargin As Integer =3D oSection.LeftMargin

          '--- Set LeftMargin to 1 inch
          oSection.LeftMargin =3D 1440
        
=20
------=_Part_7668_1114154849.1711617566039--