ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearFileFormats Class / GetSavingFormats Method / GetSavingFormats(ImGearPage) Method
ImGearPage object to get saving formats for.




In This Topic
    GetSavingFormats(ImGearPage) Method
    In This Topic
    Returns an array of all file saving formats compatible with a particular ImGearPage.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetSavingFormats( _
       ByVal page As ImGearPage _
    ) As ImGearSavingFormats()
    'Usage
     
    Dim page As ImGearPage
    Dim value() As ImGearSavingFormats
     
    value = ImGearFileFormats.GetSavingFormats(page)
    public static ImGearSavingFormats[] GetSavingFormats( 
       ImGearPage page
    )
    public: static ImGearSavingFormats[]* GetSavingFormats( 
       ImGearPage* page
    ) 
    public:
    static array<ImGearSavingFormats>^ GetSavingFormats( 
       ImGearPage^ page
    ) 

    Parameters

    page
    ImGearPage object to get saving formats for.

    Return Value

    ImGearSavingFormats enumeration value.
    Remarks
    This method comes handy when you need to initialize Save File dialog with all saving formats applicable to the ImGearPage object.
    See Also