# GrapeCity.Documents.Word.Indentation.MirrorIndents

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_Indentation_MirrorIndents_" data-uid="GrapeCity.Documents.Word.Indentation.MirrorIndents*">MirrorIndents Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_Indentation_MirrorIndents_" data-uid="GrapeCity.Documents.Word.Indentation.MirrorIndents*"></a>
<h4 id="GrapeCity_Documents_Word_Indentation_MirrorIndents" data-uid="GrapeCity.Documents.Word.Indentation.MirrorIndents">MirrorIndents</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the paragraph indents should be interpreted as mirrored indents.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool MirrorIndents { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property MirrorIndents As Boolean</code></pre>
</div>
<h5 id="GrapeCity_Documents_Word_Indentation_MirrorIndents_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>When set to <code>true</code>, the start indent becomes the inside indent (closest to the binding),
and the end indent becomes the outside indent (farthest from the binding).</p>
<p>This mirroring is typically used when generating signatures—groupings of pages printed together,
folded, and bound into a booklet. In left-to-right documents, the first, third, etc. pages are printed
on the left side of each sheet, and the second, fourth, etc. on the right. The reverse applies to
right-to-left documents.</p>
</div>
</div>
