Table of Contents

Event BeginPrint

Namespace
Alternet.Drawing.Printing
Assembly
Alternet.UI.Common.dll

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.