Represents the method that will handle the QueryPageSettings event of a Section.
Namespace: TallComponents.PDF.LayoutAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0
Syntax
| C# |
|---|
public delegate void QueryPageSettingsEventHandler( Section sender, QueryPageSettingsEventArgs e ) |
| Visual Basic |
|---|
Public Delegate Sub QueryPageSettingsEventHandler ( _ sender As Section, _ e As QueryPageSettingsEventArgs _ ) |
Parameters
- sender
- Type: TallComponents.PDF.Layout..::..Section