'Declaration Public Overloads Shared Function SelectFileToSave( _ ByVal owner As IWin32Window, _ ByVal title As String, _ ByVal page As ImGearPage, _ ByVal selectRemote As Boolean, _ ByVal rasterConversionMode As ImGearRasterConversionModes _ ) As ImGearSavingSelection
'Usage Dim owner As IWin32Window Dim title As String Dim page As ImGearPage Dim selectRemote As Boolean Dim rasterConversionMode As ImGearRasterConversionModes Dim value As ImGearSavingSelection value = ImGearWinForms.SelectFileToSave(owner, title, page, selectRemote, rasterConversionMode)
public static ImGearSavingSelection SelectFileToSave( IWin32Window owner, string title, ImGearPage page, bool selectRemote, ImGearRasterConversionModes rasterConversionMode )
public: static ImGearSavingSelection* SelectFileToSave( IWin32Window* owner, string* title, ImGearPage* page, bool selectRemote, ImGearRasterConversionModes rasterConversionMode )
public: static ImGearSavingSelection^ SelectFileToSave( IWin32Window^ owner, String^ title, ImGearPage^ page, bool selectRemote, ImGearRasterConversionModes rasterConversionMode )
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.
 - rasterConversionMode
 - Ratster converter mode applicable for saving parameters.
 
Return Value
ImGearSavingSelection class object.