FixedDocument Class
Hosts a portable, high fidelity, fixed-format document with read access for user text selection, keyboard navigation, and search.
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
FixedDocument logically binds an ordered sequence of pages together into a single, multi-page, fixed-layout document.
PageContent is the only allowable child element of the FixedDocument element. Each PageContent element refers to the source of the content for a single page. PageContent elements must be in sequential markup order, matching the page order of the document.
FixedDocument is designed for "what you see is what you get" (WYSIWYG) applications where the document layout is defined and controlled by the application for rendering to the highest accuracy of the display or print device.
FlowDocument, on the other hand, is designed to maximize user readability, and dynamically adjusts the document layout based on user preferences (for example, a user-chosen type size or font) and other variables, such as display size and resolution.
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.ContentElement
System.Windows.FrameworkContentElement
System.Windows.Documents.FixedDocument
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.