In my WPF app, I have several FixedDocument objects, which I want to display together in a DocumentViewer, as if they were a single document.
I have an asp.net site which is essentially a repository of documents uploaded by users. I would like visitors to the site to be able to view any of these documents in some sort of \"document viewer
I\'m building a WPF application in which I need to display document previews such as what is achievable with a DocumentViewer and DocumentPaginator. However, converting the report to XPS and loading i
I have a WPF application where I use a document viewer. I also start printing p开发者_运维问答rogrammatically with documentviewer.Print(); However, when that is pressed it brings up the screen with th
How to set page size for WPF doc开发者_JS百科ument viewer in cm mm?1cm = 37.8 Device Independent Pixels. Because in WPF, you calculate in DIP (Device independent Pixels), this value is constant, you c
Just wondering whether anybody has tried to hack into WPF DocumentViewer in order to make it more useful. I\'ve spent almost a week already trying to create more powerful API for this control based on
In a web app we are building in ASP .NET, there is a requirement to allow users to view TIFF image files but not to have the ability to print, save or copy these documents. We understand users may be
I\'m using .NET 3.5, so I don\'t have all of the nice touch screen 开发者_StackOverflow社区goodness.I created my own touch screen ScrollViewer that works alright.I\'m wanting to incorporate that into
How can i display word documents, pdf documents in the brow开发者_StackOverflow社区ser using files from the web folder? So if a user uploads a pdf report and wants to see it in the browser, how can i
My client wants us to build a custom document viewer for their app. (It really, truly needs to be custom, because there are a ton of application-specific features they need.)