ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearWinForms Class / SelectLocalFileToSave Method / SelectLocalFileToSave(IWin32Window,String,ImGearPage,ImGearRasterConversionModes) 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).
Ratster converter mode applicable for saving parameters.




In This Topic
    SelectLocalFileToSave(IWin32Window,String,ImGearPage,ImGearRasterConversionModes) Method
    In This Topic
    Shows a dialog box allowing the user to select a format and local file using the raster conversion option to save a page to.
    Syntax
    'Declaration
     
    Public Overloads Shared Function SelectLocalFileToSave( _
       ByVal owner As IWin32Window, _
       ByVal title As String, _
       ByVal page As ImGearPage, _
       ByVal conversionMode As ImGearRasterConversionModes _
    ) As ImGearSavingSelection
    'Usage
     
    Dim owner As IWin32Window
    Dim title As String
    Dim page As ImGearPage
    Dim conversionMode As ImGearRasterConversionModes
    Dim value As ImGearSavingSelection
     
    value = ImGearWinForms.SelectLocalFileToSave(owner, title, page, conversionMode)
    public static ImGearSavingSelection SelectLocalFileToSave( 
       IWin32Window owner,
       string title,
       ImGearPage page,
       ImGearRasterConversionModes conversionMode
    )
    public: static ImGearSavingSelection* SelectLocalFileToSave( 
       IWin32Window* owner,
       string* title,
       ImGearPage* page,
       ImGearRasterConversionModes conversionMode
    ) 
    public:
    static ImGearSavingSelection^ SelectLocalFileToSave( 
       IWin32Window^ owner,
       String^ title,
       ImGearPage^ page,
       ImGearRasterConversionModes conversionMode
    ) 

    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).
    conversionMode
    Ratster converter mode applicable for saving parameters.

    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