In my WPF app, I have particular Window which contains, amongst other controls, a DocumentViewer. When this window is opened and loaded, it dynamically builds a FixedDocument with a progress indicato
This question has a solution: How do you hide a WPF DocumentViewer's menu bars? However, it only allows hiding the toolbar through XAML. I need to get this done programmatically.
I\'m using a document to show a user control. Some people from here helped me: How can I put an user control inside a document viewer?
I have a DocumentViewer with a fixedDocument (constructed in XAML) I then add content to the fixedDocument in code and it displays perfecty on screen.
I hope someone can help me how to open excel file in D开发者_C百科ocumentViewer component in wpfDocumentViewer does not support opening Excel documents directly. You will have to convert it to XPS fir
I need to display a RTF document in my WPF Application. I think DocumentViewer is the best choice because of search box and toolbar with print, zoom and so on. The problem is that I don\'t realize how
I am currently using DocumentViewer to display an XPS document. It works fine, shows the XPS document开发者_运维问答 in a window, with all the controls: Find on the bottom and Print, Zoom in/out &
I need a web based document viewer, open sourced(free), in which i can show my tiff images. I\'ve gone through so many links however couldn\'t found any product which sup开发者_如何学运维ports the ti
I am looking to include a document viewer in my CakePHP application for uploaded docs. I want a viewer that supports Microsoft Word (.DOC and .DOCX), Microsoft PowerPoint (.PPT 开发者_开发问答and .PPT
I\'m trying to find the XPS xaml 开发者_JS百科origin of an (text) element which is klicked or selected in a document viewer. Is this somehow possible?