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