PluginRepository.WriteOnlyPlugins Property

FreeImage.NET

PluginRepositoryWriteOnlyPlugins Property
Gets a list of plugins that are only able to write but not to read.

Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static List<FreeImagePlugin> WriteOnlyPlugins { get; }

Property Value

Type: ListFreeImagePlugin
See Also