Returns whether this model exists in the bitmaps metadata structure.

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

Syntax

C#
public bool Exists { get; }
Visual Basic (Declaration)
Public ReadOnly Property Exists As Boolean
Visual C++
public:
property bool Exists {
	bool get ();
}

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also