Get or set if the area appeas on the even-middle page.

Namespace: TallComponents.PDF.Layout
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public bool EvenMiddle { get; set; }
Visual Basic
Public Property EvenMiddle As Boolean
	Get
	Set

Remarks

If, and only if, set to true, the area will appear on even middle (not first and not last) pages.

See Also