You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the print preview window has been called, there is no way to know whether it was completed by clicking the Print button or by clicking the Cancel button.
I would like to have the following two options:
ShowPrintUI should show a modal preview window.
ShowPrintUI should return a True/False value indicating whether the document was sent to print or not.
The scenario/use case where you would use this feature
Preview a specific document.
If the user has sent the document to printer (pressed the Print button), then add a mark to the system that the document has been printed, print the accompanying documents and send an email with a notification to the Client.
If the user has not sent the document to print (pressed the Cancel button or closed the window in another way), then do nothing.
How important is this request to you?
Impactful. My app's user experience would be significantly compromised without it.
Suggested implementation
No response
What does your app do? Is there a pending deadline for this request?
Our application uses WebView2 to print various medical reports.
The text was updated successfully, but these errors were encountered:
@Volodymyr-Sheremet I was looking at "Can you make an event that is triggered when the print dialog/window is closed? "
It's different but related. I would say this could safely be merged with that other issue, but anyway, the WebView2 team can decide what they want to do. I was just pointing out that other issue in case you didn't see it.
Everything is fine. Before creating a request, I carefully reviewed all similar topics.
The only thing I would ask you to do is change the meaning of "this is a dupe of #42" to "this is related to #42". After all, this request is definitely not a duplicate. ;)
Describe the feature/enhancement you need
Once the print preview window has been called, there is no way to know whether it was completed by clicking the Print button or by clicking the Cancel button.
I would like to have the following two options:
The scenario/use case where you would use this feature
How important is this request to you?
Impactful. My app's user experience would be significantly compromised without it.
Suggested implementation
No response
What does your app do? Is there a pending deadline for this request?
Our application uses WebView2 to print various medical reports.
The text was updated successfully, but these errors were encountered: