ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearWinForms Class / SelectLocalFileToLoadEx Method
Handle of window to use as parent for dialog box.




In This Topic
    SelectLocalFileToLoadEx Method
    In This Topic
    Shows a dialog box allowing the user to select a local file to load.
    Syntax
    'Declaration
     
    Public Shared Function SelectLocalFileToLoadEx( _
       ByVal owner As IWin32Window _
    ) As ImGearLoadingSelectionEx
    'Usage
     
    Dim owner As IWin32Window
    Dim value As ImGearLoadingSelectionEx
     
    value = ImGearWinForms.SelectLocalFileToLoadEx(owner)
    public static ImGearLoadingSelectionEx SelectLocalFileToLoadEx( 
       IWin32Window owner
    )
    public: static ImGearLoadingSelectionEx* SelectLocalFileToLoadEx( 
       IWin32Window* owner
    ) 
    public:
    static ImGearLoadingSelectionEx^ SelectLocalFileToLoadEx( 
       IWin32Window^ owner
    ) 

    Parameters

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

    Return Value

    Remarks
    Nothing is loaded by this method. It only allows the user to make a selection and returns information about that selection. Unlike the FileOpenDialog shown by SelectLocalFileToLoad method, this dialog gives the user the option to view an image preview and file/image information as well as the ability to select and preview a specific page from a multi page file.
    See Also