Click or drag to resize

PageLayoutHandler Delegate

Represents the method that will handle an event that with event data.

Namespace: Spire.Doc.Documents.Rendering
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public delegate void PageLayoutHandler(
	Object sender,
	PageLayoutEventArgs args
)

Parameters

sender
Type: System Object
The source of the event
args
Type: Spire.Doc.Documents.Rendering PageLayoutEventArgs
args that contains event data
See Also