Gets a list of plugins that are able to write.
Namespace:
FreeImageAPI.PluginsAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static List<FreeImagePlugin> WriteablePlugins { get; } |
Visual Basic (Declaration) |
---|
Public Shared ReadOnly Property WriteablePlugins As List(Of FreeImagePlugin) |
Visual C++ |
---|
public: static property List<FreeImagePlugin^>^ WriteablePlugins { List<FreeImagePlugin^>^ get (); } |