ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearFileFilters Class / Set Method
Format to be set.




In This Topic
    Set Method
    In This Topic
    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