The LastBehavior is used to specify how the Last boolean should work. (default = NotFirst)

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

Syntax

C#
public LastBehavior LastBehavior { get; set; }
Visual Basic
Public Property LastBehavior As LastBehavior
	Get
	Set

Remarks

Don't care if Last = false.

See Also