Silverlight: Print XPS Programmatically
Posted
by David
on Stack Overflow
See other posts from Stack Overflow
or by David
Published on 2010-04-30T16:47:24Z
Indexed on
2010/04/30
22:07 UTC
Read the original article
Hit count: 338
Is there any way (library or native) to use the printing API to print an XPS document? I tried using the Document Toolkit API which works up to a point, but I get a COM exception when I try to set PrintPageEventArgs.PageVisual
.
© Stack Overflow or respective owner