Gets a new instance of a metadata representing class.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public ImageMetadata Metadata { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Metadata As ImageMetadata |
Visual C++ |
---|
public: property ImageMetadata^ Metadata { ImageMetadata^ get (); } |