documentviewer Questions

4

Solved

It's a well-known bug that Visual Studio shows an error when you try to construct a FixedDocument in XAML. For example, the following snippet <DocumentViewer> <FixedDocument> <Pag...
Achromaticity asked 25/1, 2010 at 15:22

4

Solved

Simple question. How do you disable the text selection of DocumentViewer in WPF? This is the feature where an XPS document is displayed by the viewer and then text can be highlighted via mouse. The...
Halftone asked 15/12, 2008 at 12:22

3

I have implemented print preview functionality within my application using a custom DocumentViewer (shown below). I call PrintDialog.ShowDialog() before showing the preview so as to correctly creat...
Precondemn asked 20/8, 2014 at 16:24

7

Solved

My XAML code is like this: <Window xmlns ='http://schemas.microsoft.com/netfx/2007/xaml/presentation' xmlns:x ='http://schemas.microsoft.com/winfx/2006/xaml' Title ='Print Preview - More st...
Lassie asked 24/2, 2010 at 0:1

0

XpsDocument is loaded from disk Create a FixedDocumentSequence via XpsDocument.GetFixedDocumentSequence Method () Display the via a DocumentViewer Would like to add to add header and footer to...
Altruist asked 24/5, 2016 at 19:7

3

I am trying to change the language of the DocumentViewer from default English to German but with no success. Being new to WPF, I really struggle to do this. IMPORTANT: DocumentViewer is created i...
Scouting asked 12/11, 2015 at 22:41

2

Solved

After showing an XPS file in the WPF DocumentViewer, and closing the DocumentViewer instance, the XPS file is locked and I cannot delete it. I need to release the lock on the XPS file so I can dele...
Farthing asked 18/9, 2009 at 4:30

2

Solved

At the moment I have a DocumentViewer in a WPF window that displays an XPS file. I have created my own "Next Page" and "Previous Page" buttons and have set the DocumentViewer.Background property to...
Monk asked 30/10, 2009 at 11:40

1

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 ...
Horse asked 2/3, 2011 at 20:2

1

Solved

I have an application with RichTextBox and DocumentViewer (placed in a TabControl), and I want to make something like "hot preview". I've binded DocumentViewer.Document property to RichTextBox.Docu...
Catlin asked 10/3, 2012 at 14:56

2

Solved

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 indic...
Laflamme asked 7/9, 2011 at 14:22

1

Solved

I have a WPF application where I use a document viewer. I also start printing programmatically with documentviewer.Print(); However, when that is pressed it brings up the screen with the Windows pr...
Bergess asked 18/4, 2011 at 14:41

5

Is there a flash based document viewer? I am looking for something similar to iPaper that Scribd.com uses.
Filemon asked 2/8, 2009 at 21:22

2

Using the Wpf DocumentViewer control I can't figure out how to set the PageOrientation on the PrintDialog that the DocumentViewer displays when the user clicks the print button. Is there a way to h...
Australia asked 16/6, 2009 at 19:48

2

Solved

I found this one, in the Find box (as Search criteria) of the document viewer. What is supposed to match?
Timmy asked 27/10, 2009 at 14:10

1

Solved

I'm having a go with document viewer and XPS atm as I haven't tried it before. So I have a simple piece of code loading an XPS document and displaying it in the document viewer, however the documen...
Budgerigar asked 27/7, 2009 at 11:53

2

Solved

.Net contains a nice control called DocumentViewer. it also offers a subcontrol for finding text in the loaded document (that's at least what it is supposed to do). When inserting FixedPage's obje...
Taoism asked 8/10, 2008 at 15:1

6

Solved

I am working on a WPF application that opens and displays XPS documents. When the application closes, the specification is the application should delete the opened XPS document for clean up. Howeve...
Predestine asked 12/11, 2008 at 4:20
1

© 2022 - 2024 — McMap. All rights reserved.