I do this exact operation with another activeX control. The one thing that took me a bit to figure out was, the control itself has an IsWindowless parameter that had to be set to -1, in this case, to allow the control to float over the silverlight control.
For displaying a pdf, I actually pop open another window with a content-disposition header to automatically download. I may try this method for displaying though.
Will this method allow the user to print the pdf individually?
lewisb
Member
217 Points
82 Posts
Re: Displaying A PDF Document Inside A Silverlight UserControl
Apr 30, 2008 02:53 PM | LINK
I do this exact operation with another activeX control. The one thing that took me a bit to figure out was, the control itself has an IsWindowless parameter that had to be set to -1, in this case, to allow the control to float over the silverlight control.
For displaying a pdf, I actually pop open another window with a content-disposition header to automatically download. I may try this method for displaying though.
Will this method allow the user to print the pdf individually?