Printing a word document programmatically
Do we have a method in Aspose.Words that will allows to programmatically print a word document?
We are using Aspose.Words 4.4.2.0
This is similar to sending a word document to a printer. We are currenly using the PintOut method of the Document object using the Word PIA 2002.
Aspose.Words (?)
Word Iterop 2002
expression.PrintOut(Background, Append, Range, OutputFileName, From, To, Item, Copies, Pages, PageType, PrintToFile, Collate, FileName, ActivePrinterMacGX, ManualDuplexPrint, PrintZoomColumn, PrintZoomRow, PrintZoomPaperWidth, PrintZoomPaperHeight)
Pasted from http://msdn.microsoft.com/en-us/library/aa218091(office.10).aspx