Intersoft ClientUI Documentation
FixedDocument Class
Members 



Hosts a fixed-format document with read access for user text selection, keyboard navigation, and search.
Object Model
FixedDocument ClassDocumentPaginator ClassDocumentPaginator ClassPageContentCollection ClassPageContent Class
Syntax
Remarks

FixedDocument logically binds an ordered sequence of pages together into a single, multi-page, fixed-layout document.

A FixedPage represents a page in FixedDocument. It provides content for the page within the FixedDocument. To support fixed content layout, FixedPageis inherited from Canvas. You can add controls with specific size and position inside a FixedPage.

XAML
Copy Code
<Intersoft:FixedPage Width="816" Height="1056">
    <TextBlock Text="Text" Canvas.Left="100" Canvas.Top="100"></TextBlock>
</Intersoft:FixedPage>
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      Intersoft.Client.Documents.FixedDocument
         Intersoft.Client.Documents.SqlReportDocument
         Intersoft.Client.Documents.XPSDocument

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FixedDocument Members
Intersoft.Client.Documents Namespace

Send Feedback