Intersoft ClientUI Documentation
LoadPage(Uri) Method



The Uri which point to a XPSFixedPage in this document.
Force the FixedPage refered by the Uri to be loaded.
Syntax
Public Overloads Function LoadPage( _
   ByVal uri As Uri _
) As FixedPage
Dim instance As XPSDocument
Dim uri As Uri
Dim value As FixedPage
 
value = instance.LoadPage(uri)
public FixedPage LoadPage( 
   Uri uri
)
public:
FixedPage^ LoadPage( 
   Uri^ uri
) 

Parameters

uri
The Uri which point to a XPSFixedPage in this document.

Return Value

The rendered FixedPage.
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

XPSDocument Class
XPSDocument Members
Overload List

Send Feedback