AnnotatePrintDocumentOnBeginPrint Method |
Called when printing is about to begin.
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 OnBeginPrint(
PrintEventArgs e
)
Protected Overrides Sub OnBeginPrint (
e As PrintEventArgs
)
Parameters
- e
- Type: System.Drawing.PrintingPrintEventArgs
A PrintEventArgs containing information about this print job.
See Also