FreeImage.FindNextMetadata Method (FIMETADATA, MetadataTag)

FreeImage.NET

FreeImageFindNextMetadata Method (FIMETADATA, MetadataTag)
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: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool FindNextMetadata(
	FIMETADATA mdhandle,
	out MetadataTag tag
)

Parameters

mdhandle
Type: FreeImageAPIFIMETADATA
Unique search handle provided by FindFirstMetadata.
tag
Type: FreeImageAPI.MetadataMetadataTag
Tag that matches the metadata model.

Return Value

Type: Boolean
Returns true on success, false on failure.
See Also