ImageGear21.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearWinForms Class > SelectLocalFileToSave Method : SelectLocalFileToSave(IWin32Window,String,ImGearPage) Method |
'Declaration Public Overloads Shared Function SelectLocalFileToSave( _ ByVal owner As IWin32Window, _ ByVal title As String, _ ByVal page As ImGearPage _ ) As ImGearSavingSelection
'Usage Dim owner As IWin32Window Dim title As String Dim page As ImGearPage Dim value As ImGearSavingSelection value = ImGearWinForms.SelectLocalFileToSave(owner, title, page)
public static ImGearSavingSelection SelectLocalFileToSave( IWin32Window owner, string title, ImGearPage page )
public: static ImGearSavingSelection* SelectLocalFileToSave( IWin32Window* owner, string* title, ImGearPage* page )
public: static ImGearSavingSelection^ SelectLocalFileToSave( IWin32Window^ owner, String^ title, ImGearPage^ page )