Gets or sets the ID of the metadata.
Namespace:
FreeImageAPI.MetadataAssembly: 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); } |