Gets or sets the MetadataModel of the specified type.
Namespace:
FreeImageAPI.MetadataIn case the getter returns null the model is not contained by the list.
null can be used calling the setter to destroy the model.
Assembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public MetadataModel this[ FREE_IMAGE_MDMODEL model ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ model As FREE_IMAGE_MDMODEL _ ) As MetadataModel |
Visual C++ |
---|
public: property MetadataModel^ default[FREE_IMAGE_MDMODEL model] { MetadataModel^ get (FREE_IMAGE_MDMODEL model); } |
Parameters
- model
- Type: FreeImageAPI..::.FREE_IMAGE_MDMODEL
Type of the model.