Showing a document to the user as a preview

In our solution we do some merges in a doc template, and before some actions like mass print, we would like to show a priview to the user.

There are ways to show a document to the user as a preview ?

Hi Luciano,

Thanks for your inquiry. The Aspose.Words component has no built in dialogs or forms, but implements its own version of the .NET PrintDocument class which can be passed to a PrintPreviewDialog form to print and preview a document. Please read the following documentation link to achieve your requirements.
http://www.aspose.com/docs/display/wordsnet/How+to++Print+a+Document+with+Settings+and+Print+Preview+Dialog

Hope this helps you. Please let us know if you have any more queries.