PrintController.OnStartPage

PrintController.OnStartPage method

Fires on page start printing.

public override Graphics OnStartPage(PrintDocument document, PrintPageEventArgs e)
ParameterTypeDescription
documentPrintDocumentDocument to print.
ePrintPageEventArgsEvent arguments.

Return Value

Graphics object with printed page.

See Also