Occurs when the user selects the menu or toolbar Print command.
Visual Basic |
---|
Public Event OnMainPrintStart() |
When the user clicks on the menu or toolbar button "Print", it will first generate the
"OnMainPrintStart" event, displays the print job dialog, then generate the
"OnMainPrintFinish" event when the print dialog closes. Typically, the print process will
complete after Prizm Viewer has generated the "OnMainPrintFinish" event.
"OnMainPrintStart" event, displays the print job dialog, then generate the
"OnMainPrintFinish" event when the print dialog closes. Typically, the print process will
complete after Prizm Viewer has generated the "OnMainPrintFinish" event.