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)

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.

Return Value

Returns true on success, false on failure.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also