LocalPlugin.SupportsExportTypeProc Method

FreeImage.NET

LocalPluginSupportsExportTypeProc Method
Function that can be implemented.

Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
protected virtual bool SupportsExportTypeProc(
	FREE_IMAGE_TYPE type
)

Parameters

type
Type: FreeImageAPIFREE_IMAGE_TYPE

[Missing <param name="type"/> documentation for "M:FreeImageAPI.Plugins.LocalPlugin.SupportsExportTypeProc(FreeImageAPI.FREE_IMAGE_TYPE)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:FreeImageAPI.Plugins.LocalPlugin.SupportsExportTypeProc(FreeImageAPI.FREE_IMAGE_TYPE)"]

See Also