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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected 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