FlexCelPrintDocument.OnBeginPrint Method
Raises the BeginPrint event. It is called after the Print method is called and before the first page of the document prints.
Remarks
This method is overridden to print an Excel document. Before doing its own initialization, it will call PrintDocument.OnBeginPrint" so you can do your own.
Syntax
Namespace: FlexCel.Render
protected override void OnBeginPrint(PrintEventArgs e)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
e | PrintEventArgs | A PrintEventArgs that contains the event data. |