Click or drag to resize

PdfToolStripMainOnPdfPrinDocumentCreaded Method

Occurs after an instance of PdfPrintDocument class is created and before printing is started.

Namespace: Patagames.Pdf.Net.Controls.WinForms.ToolBars
Assembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.94.2704
Syntax
protected virtual void OnPdfPrinDocumentCreaded(
	EventArgs<PdfPrintDocument> e
)

Parameters

e  EventArgsPdfPrintDocument
Event arguments
See Also