fixeddocument
remove page from fixed document?
How can I remove a page from a fixedDocument? I add pages like this: // Add page to pageContent PageContent pageContent = new PageContent();[详细]
2023-03-22 13:01 分类:问答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.[详细]
2023-03-01 07:49 分类:问答WPF Tables within FixedDocument
I was wonderi开发者_StackOverflow中文版ng if it is possible adding a WPF-Table within a FixedDocument/FixedPage. It seems, as if it is not supported by default.[详细]
2023-02-02 03:13 分类:问答WPF DocumentViewer doesn't show the document
I\'m using a DocumentViewer to view a FixedDocument and on 2 machines (out of over 500) the document viewer does not show the document.[详细]
2023-01-24 07:10 分类:问答How can I use a WPF FlowDocument or FixedDocument to compose a printable page from on screen controls?
开发者_运维问答I\'m attempting to print a number of WPF controls (datagrid, charts etc) that are on screen in my application but which need to be re-arranged and supplemented with other text etc.[详细]
2023-01-18 11:14 分类:问答WPF FlowDocument Page Break/Positioning
Here\'s the situation. I\'m tasked with auto-generating a rather large document consisting of a number of distinct sections of varying height and constant (full-page) width.[详细]
2023-01-15 14:40 分类:问答WPF 4 FixedDocument multiple pages
What is the best way to print a complex layout spanning multiple pages in WPF? (for example an invoice layout spanning multiple pages because of many invoice items)[详细]
2023-01-15 12:34 分类:问答C# XPS FixedDocument fails to save, width and height must be non-negative
I am having a problem with a XAML report that needs to be saved to XPS. Whenever the save is called the XPS Writing failed due to, \"Height and Width must be non-negative\".[详细]
2023-01-14 15:02 分类:问答WPF: FixedDocument in Visual Studio 2008 Designer
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[详细]
2022-12-18 05:19 分类:问答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 a开发者_开发百科ny other way?For[详细]
2022-12-09 04:13 分类:问答