MetadataModel.DestoryModel Method

FreeImage.NET

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

Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool DestoryModel()

Return Value

Type: Boolean
Returns true on success, false on failure.
See Also