Namespace TallComponents.PDF.Layout
Class StartPageEventArgs
Provides data for the Startpage event of a Section.
To change the page properties (Page size, margins) change the value in the
event.
Syntax
public class StartPageEventArgs
: EventArgs
Properties
ShapeCollection Background
Get the background canvas of this page as a collection of shapes.
AreaCollection BackgroundAreas
Get the collection of areas to add to the background of this page.
ShapeCollection Foreground
Get the foreground canvas of this page as a collection of shapes.
AreaCollection ForegroundAreas
Get the collection of areas to add to the foreground of this page.
Int32 PageIndex
Get the page index of this page in the document (1-based).
Int32 PageNumber
Get or set the page number of this page.