Intersoft ClientUI Documentation
FixedPage Class
Members 



Represents the fixed-format content for a page.
Syntax
Public Class FixedPage 
   Inherits System.Windows.Controls.Canvas
Dim instance As FixedPage
public class FixedPage : System.Windows.Controls.Canvas 
public ref class FixedPage : public System.Windows.Controls.Canvas 
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
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Panel
               System.Windows.Controls.Canvas
                  Intersoft.Client.Documents.FixedPage
                     Intersoft.Client.Documents.SqlReportPage
                     Intersoft.Client.Documents.XPSFixedPage

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

FixedPage Members
Intersoft.Client.Documents Namespace

Send Feedback