FreeImage.FindNextMetadata Method (FIMETADATA, FITAG)

FreeImage.NET

FreeImageFindNextMetadata Method (FIMETADATA, FITAG)
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 FITAG tag
)

Parameters

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

Return Value

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