The LastBehavior is used to specify how the Last boolean should work.

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

Syntax

C#
public enum LastBehavior
Visual Basic
Public Enumeration LastBehavior

Members

Member nameValueDescription
NotFirst0 Last will be true only on pages which is not the first.
Always1 Last will be true on all pages, even if it's the first.

See Also