Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PrintDocument.BeginPrint Event

Definition

Namespace:
System.Drawing.Printing
Assembly:
System.Drawing.Common.dll
Assembly:
System.Drawing.dll
Package:
System.Drawing.Common v11.0.0-preview.5.26302.115
Source:
PrintDocument.cs
Source:
PrintDocument.cs
Source:
PrintDocument.cs
Source:
PrintDocument.cs
Source:
PrintDocument.cs
Source:
PrintDocument.cs
Source:
PrintDocument.cs
Source:
PrintDocument.cs
Source:
PrintDocument.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

public:
 event System::Drawing::Printing::PrintEventHandler ^ BeginPrint;
public event System.Drawing.Printing.PrintEventHandler BeginPrint;
member this.BeginPrint : System.Drawing.Printing.PrintEventHandler 
Public Custom Event BeginPrint As PrintEventHandler 

Event Type

Remarks

Typically, you handle the BeginPrint event to initialize fonts, file streams, and other resources used during the printing process.

To associate the event with your event handler, add an instance of the PrintEventHandler delegate to the event. The event handler is called whenever the event occurs. For more information about handling events with delegates, see Handling and Raising Events.

Applies to

See also


Feedback

Was this page helpful?