Provides data for the Startpage event of a Section.

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

Syntax

C#
public class StartPageEventArgs : EventArgs
Visual Basic
Public Class StartPageEventArgs _
	Inherits EventArgs

Remarks

To change the page properties (Page size, margins) change the value in the QueryPageSettingsEventHandler event.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    TallComponents.PDF.Layout..::..StartPageEventArgs

See Also