Find the next tag, if any, that matches the metadata model argument in a previous call
to FindFirstMetadata, and then alters the tag object contents accordingly.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static bool FindNextMetadata( FIMETADATA mdhandle, out MetadataTag tag ) |
Visual Basic (Declaration) |
---|
Public Shared Function FindNextMetadata ( _ mdhandle As FIMETADATA, _ <OutAttribute> ByRef tag As MetadataTag _ ) As Boolean |
Visual C++ |
---|
public: static bool FindNextMetadata( FIMETADATA mdhandle, [OutAttribute] MetadataTag^% tag ) |
Parameters
- mdhandle
- Type: FreeImageAPI..::.FIMETADATA
Unique search handle provided by FindFirstMetadata.
- tag
- Type:
FreeImageAPI.Metadata..::.MetadataTag
%
Tag that matches the metadata model.