ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataDictionary Class / Reset Method




In This Topic
    Reset Method (ImGearMetadataDictionary)
    In This Topic
    Resets the dictionary to its default state, i.e. removes all user added data.
    Syntax
    'Declaration
     
    Public Shared Sub Reset() 
    'Usage
     
    ImGearMetadataDictionary.Reset()
    public static void Reset()
    public: static void Reset(); 
    public:
    static void Reset(); 
    See Also