Occurs when the Spire.pdf.PdfDocument.Print() method is called and before the first page of the document prints.

Namespace: Spire.Pdf.Print
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public event PrintEventHandler BeginPrint
Public Event BeginPrint As PrintEventHandler
public:
 event PrintEventHandler^ BeginPrint {
	void add (PrintEventHandler^ value);
	void remove (PrintEventHandler^ value);
}
member BeginPrint : IEvent<PrintEventHandler,
    PrintEventArgs>

Value

PrintEventHandler

See Also