'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.