Intersoft ClientUI Documentation
PageContent Class
Members 



Provides information about the FixedPage elements within a FixedDocument.
Object Model
PageContent ClassISFramework ClassLinkTargetCollection ClassLinkTarget Class
Syntax
Public NotInheritable Class PageContent 
   Inherits Intersoft.Client.Framework.ISContentControl
   Implements Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing 
Dim instance As PageContent
public sealed class PageContent : Intersoft.Client.Framework.ISContentControl, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing  
public ref class PageContent sealed : public Intersoft.Client.Framework.ISContentControl, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.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 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

PageContent Members
Intersoft.Client.Documents Namespace

Send Feedback