Initializes a new instance based on the specified FIBITMAP, showing or hiding empry models.

Namespace:  FreeImageAPI.Metadata
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public ImageMetadata(
	FIBITMAP dib,
	bool hideEmptyModels
)
Visual Basic (Declaration)
Public Sub New ( _
	dib As FIBITMAP, _
	hideEmptyModels As Boolean _
)
Visual C++
public:
ImageMetadata(
	FIBITMAP dib, 
	bool hideEmptyModels
)

Parameters

dib
Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.
hideEmptyModels
Type: System..::.Boolean
When true, empty metadata models will be hidden until a tag to this model is added.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also