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






Provides information about the FixedPage elements within a FixedDocument.

Object Model

PageContent Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class PageContent 
   Inherits Intersoft.Client.Framework.ISContentControl
   Implements IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As PageContent
C# 
public sealed class PageContent : Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing  
Delphi 
public class PageContent = class(Intersoft.Client.Framework.ISContentControl, IControl, IFramework, ILicensing)sealed; 
JScript 
public sealed class PageContent extends Intersoft.Client.Framework.ISContentControl implements IControlIFramework, ILicensing 
Managed Extensions for C++ 
public __gc __sealed class PageContent : public Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing  
C++/CLI 
public ref class PageContent sealed : public Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing  

Remarks

FixedDocument only allows PageContent element as its child element. Each PageContent can either refer to a source of content for a single page or contain the page itself. PageContent elements must be in sequential markup order, matching the page order of the document.

XAML Copy Code
<Intersoft:FixedDocument>
    <Intersoft:PageContent>
        <Intersoft:FixedPage Width="816" Height="1056">
            <TextBlock Text="Text" Canvas.Left="100" Canvas.Top="100"></TextBlock>
        </Intersoft:FixedPage>
    </Intersoft:PageContent>
    <Intersoft:PageContent Source="Pages/1.fpage" />
</Intersoft:FixedDocument>    

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ContentControl
                  Intersoft.Client.Framework.ISContentControl
                     Intersoft.Client.Documents.PageContent

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.