Destroys the metadata model which will remove all tags of this model from the bitmap.

Namespace:  FreeImageAPI.Metadata
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public bool DestoryModel()
Visual Basic (Declaration)
Public Function DestoryModel As Boolean
Visual C++
public:
bool DestoryModel()

Return Value

Returns true on success, false on failure.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also