MindFusion WinForms Programmer's Guide
ChartPrinter.OnBeginPrint Method
See Also
 





It is called after the Print method and before the first page of the document prints.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

protected override void OnBeginPrint (
    PrintEventArgs e
)

Visual Basic  Copy Code

Protected Overrides Sub OnBeginPrint ( _
    e As PrintEventArgs _
)

 Parameters

e
An instance of .NET PrintEventArgs class that contains the event data.

 Remarks

If the Chart to be printed is null, the printing is canceled.

 See Also

ChartPrinter Members
ChartPrinter Class
MindFusion.Charting.WinForms Namespace