Viewer Printing Issue

Hi there,


i have encountered a Problem with choosing Printer while using the ViewerForm.

var form1 = new ViewerForm();
.
.
.
var myDoc = new Document(DocName);
form1.Document = myDoc;
form1.Show();
form1.BringToFront();

this opens a generic doc-file with the Aspose Viewer but printing the Document only works for the Windows-Default-Printer. Using the Print-Options and changing the Printer to any working Printer in the DropDown-Field does nothing to change that. Am i missing something here?

Regards
Michael
Hi Michael,

Thanks for your inquiry. Please read the following article and use latest version of Aspose.Words for .NET 16.2.0. We suggest you please use the code example shared in following link. Hope this helps you.
How to Print a Document with Settings and Print Preview Dialog

If you still face problem, please share your input document here for testing purposes. We will investigate the issue on our side and provide you more information.