# C1.Report.Layout.MarginLeft

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_Layout_MarginLeft_" data-uid="C1.Report.Layout.MarginLeft*">MarginLeft Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_Layout_MarginLeft_" data-uid="C1.Report.Layout.MarginLeft*"></a>
<h4 id="C1_Report_Layout_MarginLeft" data-uid="C1.Report.Layout.MarginLeft">MarginLeft</h4>
<div class="markdown level1 summary"><p>Gets or sets the left margin for each page, in twips.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Description(&quot;Layout.MarginLeft&quot;, &quot;The left page margin, in twips.&quot;)]
[TypeConverter(typeof(PageUnitConverter))]
public double MarginLeft { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Description(&quot;Layout.MarginLeft&quot;, &quot;The left page margin, in twips.&quot;)&gt;
&lt;TypeConverter(GetType(PageUnitConverter))&gt;
Public Property MarginLeft As Double</code></pre>
</div>
<h5 id="C1_Report_Layout_MarginLeft_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The margins are measured in twips, from the edges of the paper. You can select the paper size and orientation using the
<a class="xref" href="C1.Report.Layout.PaperSize.html#C1_Report_Layout_PaperSize">PaperSize</a> and <a class="xref" href="C1.Report.Layout.Orientation.html#C1_Report_Layout_Orientation">Orientation</a> properties.</p>
</div>
</div>
