The LastBehavior is used to specify how the Last boolean should work.
Namespace: TallComponents.PDF.LayoutAssembly: 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 name | Value | Description | |
|---|---|---|---|
| NotFirst | 0 | Last will be true only on pages which is not the first. | |
| Always | 1 | Last will be true on all pages, even if it's the first. |