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

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

Syntax

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

Remarks

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

See Also