FreeImagePlugin.ValidFilename Method (String)

FreeImage.NET

FreeImagePluginValidFilename Method (String)
Checks whether a filename is valid for this format.

Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool ValidFilename(
	string filename
)

Parameters

filename
Type: SystemString
The desired filename.

Return Value

Type: Boolean
True if the filename is valid for this format, false otherwise.
See Also