views:

62

answers:

0

Hi,

I have an application which generates a large FixedDocumentSequence. Which has two option either to Print to a printer or save it as a XPS file format. Now, there is no issue with saving to a XPS File format. But, when you print the xps to Printer.. It takes really long time to bring the first page to printer. It wait's until the all FixedDocumentSequence is complet(Some time there could be 5000+ pages) and then it sends one by one.

Now, what should i have to do for sending the FixedDocument as soon as it's rendered to a Printer. In simple, how i can send a page to printer as and when it's ready for printing.

Warm regards, Dinakaran.