FlexCelPrintDocument.OnEndPrint Method
Raises the EndPrint event. It is called after the Print method has finished.
Remarks
This method is overridden to print an Excel document.
Syntax
Namespace: FlexCel.Render
protected override void OnEndPrint(PrintEventArgs e)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
e | PrintEventArgs | A PrintEventArgs that contains the event data. |