Table of Contents

Method OnBeginPrint

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

OnBeginPrint(PrintEventArgs)

Raises the BeginPrint event. It is called after the Print() method is called and before the first page of the document prints.

protected override void OnBeginPrint(PrintEventArgs e)

Parameters

e PrintEventArgs

A PrintEventArgs that contains the event data.