Gets the type of the metadata.
Namespace:
FreeImageAPI.MetadataAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public FREE_IMAGE_MDTYPE Type { get; private set; } |
Visual Basic (Declaration) |
---|
Public Property Type As FREE_IMAGE_MDTYPE |
Visual C++ |
---|
public: property FREE_IMAGE_MDTYPE Type { FREE_IMAGE_MDTYPE get (); void set (FREE_IMAGE_MDTYPE value); } |