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