Namespace TallComponents.PDF.Layout
Class EndPageEventArgs
Provides data for the EndPage event of a Section.
Syntax
public class EndPageEventArgs
: EventArgs
Properties
ShapeCollection Background
Represents the background canvas of this page.
AreaCollection BackgroundAreas
Get the collection of areas to add to the background of this page.
ShapeCollection Foreground
Represents the foreground canvas of this page.
AreaCollection ForegroundAreas
Collection of areas to add to the foreground of this page.
Int32 PageNumber
Get the page number of this page.