ImageGear .NET v24.14 - Updated
GetSavingFilter(ImGearSavingFormats) Method




ImageGear24.Core Assembly > ImageGear.Formats Namespace > ImGearFileFormats Class > GetSavingFilter Method : GetSavingFilter(ImGearSavingFormats) Method
A format for which to return a filter.
Returns the saving filter for a particular format.
Syntax
'Declaration
 
Public Overloads Shared Function GetSavingFilter( _
   ByVal saveFormat As ImGearSavingFormats _
) As String
'Usage
 
Dim saveFormat As ImGearSavingFormats
Dim value As String
 
value = ImGearFileFormats.GetSavingFilter(saveFormat)
public static string GetSavingFilter( 
   ImGearSavingFormats saveFormat
)
public: static string* GetSavingFilter( 
   ImGearSavingFormats saveFormat
) 
public:
static String^ GetSavingFilter( 
   ImGearSavingFormats saveFormat
) 

Parameters

saveFormat
A format for which to return a filter.

Return Value

Saving filter for a particular format.
Remarks
This method comes handy when you need to populate the filter for the Save File dialog with different saving formats.
See Also

Reference

ImGearFileFormats Class
ImGearFileFormats Members
Overload List
ImGearSavingFormats Enumeration