Tagged Questions
The fixedpage tag has no wiki summary.
4
votes
2answers
2k views
Why am I losing my databinding when printing to an XpsDocument?
Update!
Binding works. The issue is that the XpsDocumentWriter doesn't properly write the first page of the first document of a FixedDocumentSequence. This seems to be an issue encountered by lots ...
4
votes
2answers
4k views
WPF DocumentViewer Find-function and FixedPage documents
.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 objects ...
2
votes
1answer
671 views
WPF Tables within FixedDocument
I was wondering if it is possible adding a WPF-Table within a FixedDocument/FixedPage. It seems, as if it is not supported by default.
Is there some kind of workaround to achieve this?
2
votes
0answers
534 views
Render FixedPage contents onto bitmap
I have the following code, taken from http://www.codeplex.com/XPS2Image/ ,which in turn was taken from some people discussing at at Microsoft development forums.
int[] pages = new int[] { 0, 1, ...
0
votes
0answers
18 views
How to free fontfile from fixedpage when closed?
I have an wpf application
I open a fixedpage in a contentcontrol but when I close the fixedpage that is change to another usercontrol I can not delete the font files accociated wiht the fixedpage
When ...
0
votes
1answer
847 views
How to I use FixedPage markup on a Content Model control?
In WPF, I have tried passing the mark-up of an XPS file's FixedPage to a control that has the Content property (ex. Button.Content = XamlReader.Load(<FixedPage markup>)).
Example of FixedPage ...