Occurs before a new empty page is added to the document.

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

Syntax

C#
public event QueryPageSettingsEventHandler QueryPageSettings
Visual Basic
Public Event QueryPageSettings As QueryPageSettingsEventHandler

Remarks

This event lets you specify the attributes of the new page.

See Also