Hi, I use an old code with PrintDocument to print from a WinForms application.
I put the code in Wisej but it doesn’t accept this part:
PrintPreviewDialog ppvw;
ppvw = new PrintPreviewDialog();
How can I use preview in Wisej?
I read this:
https://wisej.com/support/question/printdocument-preview-and-print
but I can’t find printDocumentViewer1.
Any suggestions?
Hi Francesco,
did you include the Wisej.NET PrintPreview extension?
You can get it from nuget or here
https://github.com/iceteagroup/wisej-extensions/tree/3.5/Wisej.Web.Ext.PrintPreview
Best regards
Frank
Please login first to submit.