Get or set if the area appeas on the odd-last page.

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

Syntax

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

Remarks

If, and only if, set to true, the area will appear on odd last pages.

See Also