Event BeginPrint
Occurs when the Print() method is called and before the first page of the document prints.
event EventHandler<CancelEventArgs>? BeginPrint
Returns
- EventHandler<CancelEventArgs>
- Occurs when the method is called and before the first page of the document prints.
Remarks
Typically, you handle the BeginPrint event to initialize fonts, file streams, and other resources used during the printing process.