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






Represents the fixed-format content for a page.

Object Model

FixedPage Class

Syntax

Visual Basic (Declaration) 
Public Class FixedPage 
   Inherits System.Windows.Controls.Canvas
Visual Basic (Usage)Copy Code
Dim instance As FixedPage
C# 
public class FixedPage : System.Windows.Controls.Canvas 
Delphi 
public class FixedPage = class(System.Windows.Controls.Canvas)
JScript 
public class FixedPage extends System.Windows.Controls.Canvas
Managed Extensions for C++ 
public __gc class FixedPage : public System.Windows.Controls.Canvas 
C++/CLI 
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 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.