Represents a collection of all tags contained in the metadata model FIMD_EXIF_MAIN.

This class is obsolete. Use class MDM_EXIF_MAIN instead.

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

Syntax

C#
public class MDM_MAIN : MetadataModel
Visual Basic (Declaration)
Public Class MDM_MAIN _
	Inherits MetadataModel
Visual C++
public ref class MDM_MAIN : public MetadataModel

Inheritance Hierarchy

System..::.Object
  FreeImageAPI.Metadata..::.MetadataModel
    FreeImageAPI.Metadata..::.MDM_MAIN

Version Information

FreeImage.NET

Supported in: 3.11.0
Obsolete (compiler warning) in 3.12.0
Obsolete (compiler warning) in 3.13.0
Obsolete (compiler warning) in 3.13.1

See Also