Get or set if the area appeas on the odd-middle page(s).

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

Syntax

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

Remarks

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

See Also