Gets whether this plugin can save bitmaps.

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

Syntax

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

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also