Questions tagged [fixeddocument]
70 questions
0
votes
1 answer
WPF FixedDocument Size Not Being Preserved When Printing
I am trying to allow users to annotate a document using a touchscreen before saving or printing the document. Essentially, I am assembling the document in code with three parts - an ImageBrush with a "picture" of some dynamic text created in a…

Dave Smash
- 2,941
- 1
- 18
- 38
0
votes
1 answer
How to get FixedDocument from PageDocuments
I am working with printing in WPF.
I implement a class which inherit from DocumentPaginator class
public class ReportPaginator : DocumentPaginator
{
private double pageUpperLimit;
private double pageDownLimit;
private Model.Report…

Hakan Fıstık
- 16,800
- 14
- 110
- 131
0
votes
0 answers
Fixed Document Tables?
I am looking for a layout control or other means of laying out data in a tabular format on a Fixed Document for reporting. I have used MigraDoc quite extensively in non WPF projects and its table object allows for a granular layout for each piece of…

user1017477
- 864
- 1
- 12
- 20
0
votes
0 answers
Is it possible to add FixedPage to a WPF Window?
Is it possible to have a already created FixedPage from a FixedDocument and add it to a WPF Window like you would add a UserControl?
The purpose is basically add page to a Grid and wrap borders, headers, and/or footers to the page to create a new…

Tommy
- 71
- 4
0
votes
1 answer
Trying to get object reference from FixedDocument via click
I am populating a FixedDocument as part of a reporting feature. I do not have control over the hows or whys of the approach, just that this is the approach used.
So I programmatically add rows to the page grid, add text controls to show the data,…

JustMeToo
- 325
- 1
- 14
0
votes
1 answer
Pagebreak inside Itemscontrol in Fixeddocument
In my Application, I have the need for generating different reports. Most of them fit on a single page. I created those reports with FixedDocuments.
Now I try to create some kind of letter in a FixedDocument. It contains among other things a…

user2219063
- 128
- 6
0
votes
1 answer
Blocks to UIElement conversion
Is it possible to convert a System.Windows.Documents.Block to System.Windows.UIElement?
I need this as I want to add the blocks I created to a fixed document. Is there any other way?

Kaja
- 97
- 1
- 2
- 9
0
votes
1 answer
Fixeddocument dynamic page insertion
I am trying to insert dynamic pages inside my fixeddocument in a loop
FixedPage page1 = new FixedPage();
but after first page it give error content is already a child of another control. Can you guide me how to add pages to your fixeddocument. How…

Hasan Zubairi
- 1,037
- 4
- 23
- 57
-1
votes
2 answers
WPF to XPS with outline and structure
I am developing a WPF reporting application.
My report is constructed as WPF Control (FlowDocument or FixedDocument) and
contains tables. I want to save it as XPS preserving its structure (this means that I can copy a table as a table, not plain…

Dmitry B
- 11
- 3
-2
votes
1 answer
fixeddocument to pdf by pdfsharp 1.32
I want to save the fixeddocument to pdf file in wpf c#4.0, I use pdfsharp version 1.32,it has no Xps module, how can I transfer to pdf

wwsinsh
- 30
- 3