Gets or sets whether empty MetadataModels are hidden.

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

Syntax

C#
public bool HideEmptyModels { get; set; }
Visual Basic (Declaration)
Public Property HideEmptyModels As Boolean
Visual C++
public:
property bool HideEmptyModels {
	bool get ();
	void set (bool value);
}

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also