Click or drag to resize

PdfViewerOnDocumentClosing Method

Raises the DocumentClosing event.

Namespace: Patagames.Pdf.Net.Controls.WinForms
Assembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntax
protected virtual bool OnDocumentClosing(
	DocumentClosingEventArgs e
)

Parameters

e  DocumentClosingEventArgs
An System.EventArgs that contains the event data.

Return Value

Boolean
True if the close should be canceled; otherwise - False
See Also