A
Ajab Gajab
Hi All,
I am developing an application in VB.Net where I need to provide user with
cancelling or stopping the current print job. Like, if a user clicks on
"stop" button, then printer should print already processed contents of a
page. This can be easily achieved in VB.Net by using e.HasMorePages = False.
However, if a user clicks on "Cancel" button, the printer should terminate
the current job immedialtely without printing processed contents of a page.
So, the page will be blank at the end. Has anybody got an idea on how to
achieve this?
I am developing an application in VB.Net where I need to provide user with
cancelling or stopping the current print job. Like, if a user clicks on
"stop" button, then printer should print already processed contents of a
page. This can be easily achieved in VB.Net by using e.HasMorePages = False.
However, if a user clicks on "Cancel" button, the printer should terminate
the current job immedialtely without printing processed contents of a page.
So, the page will be blank at the end. Has anybody got an idea on how to
achieve this?