Help me!

I want to select printer . My program with Aspose.words print the document to default printer and i want to give the option to select printer. What i must insert to this code?
Thank’s , i am waiting to help:-(
example:
Dim docprn As New Aspose.Words.Viewer.DocumentRenderer
docprn.Document = doc
docprn.Print()
doc.Save(“d:\templ\weboutput_” & file_name & “_” & num_run & “.doc”)

Hi,
You should set the name of the printer to which you wish to send the document:
docprn.PrinterSettings.PrinterName = printerName;
Please note that the document renderer currently exposed is beta, the final release is expected to be available in April 2007.

Thank you:-)

We are happy to tell you that the new Rendering Engine has replaced the “old Viewer Beta”. The Rendering Engine can print, save as images or draw onto .NET Graphics object any document page.

Please see Aspose.Words documentation to learn more about new features.

Saving to image

In additional, new Rendering engine allows you to convert Word document to PDF directly (without using Aspose.Pdf).

Saving to Pdf

The latest version of Aspose.Words is available for download from downloads section or from NuGet