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