ImageGear PDF v25.2 - Updated
LoadPage Method (ImGearWinForms)




ImageGear.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearWinForms Class : LoadPage Method
Handle of window to use as parent for dialog box.
Loads a page, using a file open dialog to prompt the user for the location of the page.
Syntax
'Declaration
 
Public Shared Function LoadPage( _
   ByVal owner As IWin32Window _
) As ImGearPage
'Usage
 
Dim owner As IWin32Window
Dim value As ImGearPage
 
value = ImGearWinForms.LoadPage(owner)
public static ImGearPage LoadPage( 
   IWin32Window owner
)
public: static ImGearPage* LoadPage( 
   IWin32Window* owner
) 
public:
static ImGearPage^ LoadPage( 
   IWin32Window^ owner
) 

Parameters

owner
Handle of window to use as parent for dialog box.

Return Value

See Also

Reference

ImGearWinForms Class
ImGearWinForms Members
ImGearPage Class

Is this page helpful?
Yes No
Thanks for your feedback.