WPF Documents | Fixed Document | Documents in WPF

2 years ago
127

Welcome to WPF Tutorials ~ Documents in WPF ~ FixedDocument

In this tutorial we're going to talk about FixedDocument in WPF. How to create and how to use it via XAML and Code Behind. FixedDocument can only have PageContent as child element and PageContent can only have FixedPage as a child. Whereas Fixed page can have UIelements as children. Beyond this basic visual tree structure, Fixed Document can also be hosted in DocumentViewer and so on. This also ties into printing, which provides a convenient way to setup up your pages and print as you wish..

Link to the code can be found at
https://crudzone.wordpress.com/wpf-controls-menu/

Loading comments...