Questions tagged [fixeddocumentsequence]

3 questions
8
votes
3 answers

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 of people doing this sort of thing (i.e., five…
user1228
2
votes
2 answers

Show several FixedDocuments in a DocumentViewer, as if they were a single document

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. It's easy to display a single FixedDocument in a document viewer: myDocumentViewer.Document =…
Ross
  • 4,460
  • 2
  • 32
  • 59
0
votes
0 answers

Generating Print ready contents with WPF with paper precision

I am new to WPF and c# as a whole. I have experience from programming language like PHP, HTML and Javascript so I was able to cope quickly. I have a project that is used to print PINs and Serial Number on a card. Let say the card is A4 and on the…
Temitayo
  • 802
  • 2
  • 12
  • 28