ImageGear23.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearWinForms Class > SelectFileToSave Method : SelectFileToSave(IWin32Window,String,ImGearPage,Boolean) Method |
'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 )