Gets or sets the ID of the metadata.

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

Syntax

C#
public ushort ID { get; set; }
Visual Basic (Declaration)
Public Property ID As UShort
Visual C++
public:
property unsigned short ID {
	unsigned short get ();
	void set (unsigned short value);
}

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also