documentviewer
Printing the content of a DocumentViewer in a different UI thread
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[详细]
2023-04-03 00:36 分类:问答Hide WPF DocumentViewer toolbar programmatically
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.[详细]
2023-04-01 20:14 分类:问答How can I center my page in the document viewer?
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?[详细]
2023-03-28 08:16 分类:问答How to remove FixedDocument from DocumentViewer?
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.[详细]
2023-03-23 12:58 分类:问答C# WPF, how to open excel book in document viewer
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[详细]
2023-03-23 00:26 分类:问答Display RTF with DocumentViewer
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[详细]
2023-03-20 05:00 分类:问答How to display windowless XPS document in a WPF component?
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 &[详细]
2023-03-19 11:32 分类:问答I need a web based document viewer in which i can show my tiff images
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[详细]
2023-03-19 06:20 分类:问答Any Embeddable Document Viewer
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[详细]
2023-03-12 12:57 分类:问答Get xaml origin by klicking or selecting text in document viewer!
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?[详细]
2023-03-01 14:09 分类:问答