ImageGear .NET - Updated
Set Method (ImGearFileFilters)




ImageGear24.Core Assembly > ImageGear.Formats Namespace > ImGearFileFilters Class : Set Method
Format to be set.
Sets a format replacing the old one with the same ID.
Syntax
'Declaration
 
Public Function Set( _
   ByVal format As IImGearFormat _
) As IImGearFormat
'Usage
 
Dim instance As ImGearFileFilters
Dim format As IImGearFormat
Dim value As IImGearFormat
 
value = instance.Set(format)
public IImGearFormat Set( 
   IImGearFormat format
)
public: IImGearFormat* Set( 
   IImGearFormat* format
) 
public:
IImGearFormat^ Set( 
   IImGearFormat^ format
) 

Parameters

format
Format to be set.

Return Value

The previous format associated with the same IImGearFormat.ID value, or null if such format does not exist.
Remarks
The parameter format cannot be null.
See Also

Reference

ImGearFileFilters Class
ImGearFileFilters Members