ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearWinForms Class / SelectLocalARTFileToSave Method
Handle of window to use as parent for dialog box.
Window title to use for dialog box.




In This Topic
    SelectLocalARTFileToSave Method
    In This Topic
    Shows ART file save dialog with filtering for all known ART formats.
    Syntax
    'Declaration
     
    Public Shared Function SelectLocalARTFileToSave( _
       ByVal owner As IWin32Window, _
       ByVal title As String _
    ) As ImGearARTSavingSelection
    'Usage
     
    Dim owner As IWin32Window
    Dim title As String
    Dim value As ImGearARTSavingSelection
     
    value = ImGearWinForms.SelectLocalARTFileToSave(owner, title)
    public static ImGearARTSavingSelection SelectLocalARTFileToSave( 
       IWin32Window owner,
       string title
    )
    public: static ImGearARTSavingSelection* SelectLocalARTFileToSave( 
       IWin32Window* owner,
       string* title
    ) 
    public:
    static ImGearARTSavingSelection^ SelectLocalARTFileToSave( 
       IWin32Window^ owner,
       String^ title
    ) 

    Parameters

    owner
    Handle of window to use as parent for dialog box.
    title
    Window title to use for dialog box.

    Return Value

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