Click or drag to resize

DrawPageInBookletEventHandler Delegate

Delegate for handling event when drawing page in a booklet.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public delegate void DrawPageInBookletEventHandler(
	Object sender,
	DrawPageInBookletEventArgs args
)

Parameters

sender
Type: System Object
The sender of the event.
args
Type: Spire.Pdf DrawPageInBookletEventArgs
The arguments of the event.
Remarks
This event is raised when starting/finished drawing a page of the source file in a booklet.
See Also