AnnotatePrintDocumentOnPrintPage Method |
Called when a new page needs to be printed.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxprotected override void OnPrintPage(
PrintPageEventArgs e
)
Protected Overrides Sub OnPrintPage (
e As PrintPageEventArgs
)
Parameters
- e
- Type: System.Drawing.PrintingPrintPageEventArgs
A PrintPageEventArgs containing information about this page.
See Also