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




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

Parameters

saveFormat
A format for which to return a filter.
options
Additional saving options such as allowed color conversions.

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
ImGearSaveOptions Class