Home > Mobile >  How to bring up the input method in c # PrintPreviewDialog export PDF save?
How to bring up the input method in c # PrintPreviewDialog export PDF save?

Time:04-01

Tuning is the PrintPreviewDialog c #
 
PrintPreviewDialog PPD=new PrintPreviewDialog ();
PPD. The Document=docToPrint;
If (DialogResult. OK==PPD. ShowDialog ())
DocToPrint. Print ();//print

Saved as a PDF, jump out save window allows you to enter the file name, this time I need to adjust a virtual keyboard to come in, how to deal with?
  • Related