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

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

Syntax

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

Remarks

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

See Also