PrintPreviewDialog in Wisej

0
0

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?

  • You must to post comments
0
0

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

  • Francesco Leo
    Sorry for my ignorance, I saw this on GitHub, but I couldn’t download it (I don’t use GitHub). Do I have to download all the files, one by one?
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.