List different search modes.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
[FlagsAttribute] public enum MD_SEARCH_FLAGS |
| Visual Basic (Declaration) |
|---|
<FlagsAttribute> _ Public Enumeration MD_SEARCH_FLAGS |
| Visual C++ |
|---|
[FlagsAttribute] public enum class MD_SEARCH_FLAGS |
Members
| Member name | Description | |
|---|---|---|
| KEY |
The key of the metadata.
| |
| DESCRIPTION |
The description of the metadata
| |
| TOSTRING |
The ToString value of the metadata
|