Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Indentation Class / MirrorIndents Property

In This Topic
    MirrorIndents Property
    In This Topic
    Gets or sets whether the paragraph indents should be interpreted as mirrored indents.
    Syntax
    'Declaration
     
    Public Property MirrorIndents As System.Boolean
    public System.bool MirrorIndents {get; set;}
    Remarks
    When true, the start indent shall become the inside indent (the one closest to the binding) and the end indent shall become the outside indent (the one furthest from the binding). This mirroring is typically used when the contents of the document are used to generate signatures combinations of pages that are then placed in a binding. When signatures are printed in a left-to-right document, the first, third, etc. pages are printed on the left side of the combined sheet, and the second, fourth, etc. are printed on its right side, then bound and folded. For a right-to-left document, the first, third, etc. pages are printed on the right side of the combined sheet, and the second, fourth, etc. are printed on its left side.
    See Also