ImageGear .NET v24.12 - Updated
SelectFileToSave(IWin32Window,String,ImGearPage,Boolean) Method




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearWinForms Class > SelectFileToSave Method : SelectFileToSave(IWin32Window,String,ImGearPage,Boolean) Method
Handle of window to use as parent for dialog box.
Window title to use for dialog box.
Page to be saved (but not during this method call).
Allow selecting remote files.
Shows dialog box allowing the user to select a format and destination to save to.
Syntax
'Declaration
 
Public Overloads Shared Function SelectFileToSave( _
   ByVal owner As IWin32Window, _
   ByVal title As String, _
   ByVal page As ImGearPage, _
   ByVal selectRemote As Boolean _
) As ImGearSavingSelection
'Usage
 
Dim owner As IWin32Window
Dim title As String
Dim page As ImGearPage
Dim selectRemote As Boolean
Dim value As ImGearSavingSelection
 
value = ImGearWinForms.SelectFileToSave(owner, title, page, selectRemote)
public static ImGearSavingSelection SelectFileToSave( 
   IWin32Window owner,
   string title,
   ImGearPage page,
   bool selectRemote
)
public: static ImGearSavingSelection* SelectFileToSave( 
   IWin32Window* owner,
   string* title,
   ImGearPage* page,
   bool selectRemote
) 
public:
static ImGearSavingSelection^ SelectFileToSave( 
   IWin32Window^ owner,
   String^ title,
   ImGearPage^ page,
   bool selectRemote
) 

Parameters

owner
Handle of window to use as parent for dialog box.
title
Window title to use for dialog box.
page
Page to be saved (but not during this method call).
selectRemote
Allow selecting remote files.

Return Value

ImGearSavingSelection class object.
Remarks
Nothing is saved by this method. It only allows the user to make a selection and returns information about that selection.
See Also

Reference

ImGearWinForms Class
ImGearWinForms Members
Overload List
ImGearPage Class
ImGearSavingSelection Class