Table of Contents

FlexCelPrintDocument.OnPrintPage Method

Raises the PrintDocument.PrintPage event. It is called before a page prints.

Remarks

This method is overridden to print an Excel document. After doing its own work, it will call PrintDocument.PrintPage so you can draw your own thing over it.

Syntax

Namespace: FlexCel.Render

protected override void OnPrintPage(PrintPageEventArgs e)

Parameters

<-> Parameter Type Description
e PrintPageEventArgs A PrintPageEventArgs that contains the event data.

See also