Intersoft ClientUI Documentation
LoadPage(Uri) Method
See Also  Send Feedback
Intersoft.Client.Documents Namespace > XPSDocument Class > LoadPage Method : LoadPage(Uri) Method






uri
The Uri which point to a XPSFixedPage in this document.
Force the FixedPage refered by the Uri to be loaded.

Syntax

Visual Basic (Declaration) 
Public Overloads Function LoadPage( _
   ByVal uri As Uri _
) As FixedPage
Visual Basic (Usage)Copy Code
Dim instance As XPSDocument
Dim uri As Uri
Dim value As FixedPage
 
value = instance.LoadPage(uri)
C# 
public FixedPage LoadPage( 
   Uri uri
)
Delphi 
public function LoadPage( 
    uri: Uri
): FixedPage; 
JScript 
public function LoadPage( 
   uri : Uri
) : FixedPage;
Managed Extensions for C++ 
public: FixedPage* LoadPage( 
   Uri* uri
) 
C++/CLI 
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 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.