hi,
DocumentViewer Class exports only Print Method
How to do a print preview for a xps document loaded using DocumentViewer object.
Any help on this is highly appreciated.
Thanks,
hi,
DocumentViewer Class exports only Print Method
How to do a print preview for a xps document loaded using DocumentViewer object.
Any help on this is highly appreciated.
Thanks,
DocumentViewer print preview
Lavaor
XPS Documents by definition are in their "print preview" state. The pages display exactly as they should print. You can think of using the DocumentViewer object to display an XPS Document as a print preview. The only options that could affect the printing are any print ticket parameters, such as doing 2 pages per sheet of paper on the same side, etc. Those effects should not render in the document viewer. Hope that helps!