Intersoft ClientUI Documentation
FixedDocument Class
Members  See Also  Send Feedback
Intersoft.Client.Documents Namespace : FixedDocument Class






Hosts a fixed-format document with read access for user text selection, keyboard navigation, and search.

Object Model

FixedDocument Class

Syntax

Visual Basic (Declaration) 
<ContentPropertyAttribute("Pages")>
Public Class FixedDocument 
   Inherits System.Windows.DependencyObject
   Implements IDocumentPaginatorSource 
Visual Basic (Usage)Copy Code
Dim instance As FixedDocument
C# 
[ContentPropertyAttribute("Pages")]
public class FixedDocument : System.Windows.DependencyObject, IDocumentPaginatorSource  
Delphi 
public class FixedDocument = class(System.Windows.DependencyObject, IDocumentPaginatorSource)
JScript 
ContentPropertyAttribute("Pages")
public class FixedDocument extends System.Windows.DependencyObject implements IDocumentPaginatorSource 
Managed Extensions for C++ 
[ContentPropertyAttribute("Pages")]
public __gc class FixedDocument : public System.Windows.DependencyObject, IDocumentPaginatorSource  
C++/CLI 
[ContentPropertyAttribute("Pages")]
public ref class FixedDocument : public System.Windows.DependencyObject, IDocumentPaginatorSource  

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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.