PageContent.Child Property
Gets or sets the FixedPage associated with this PageContent.
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
You cannot use this property in XAML.
Property Value
Type: System.Windows.Documents.FixedPageThe FixedPage associated with this PageContent, or null when the FixedPage is set by the Source property.
The Child property returns a FixedPage when:
PageContent has an immediate FixedPage child defined in XAML markup.
The IAddChild.AddChild has been called to set the FixedPage as the child of the PageContent.
The Child property returns null when:
The FixedPage is set by the Source property (when specified by the Source property, the FixedPage is not cached). Use GetPageRoot or GetPageRootAsync to return the FixedPage when set by the Source property.
For more information about the PageContent element, see Chapter 3 of the XPS XML Paper Specification available for download at http://www.microsoft.com/whdc/xps/xpsspec.mspx.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.