IsFileFormatSupported Function
Imaging

Checks that an apropriate file format is supported purely from inspecting the given file name's extension (not contents of the file itself).

Pascal
function IsFileFormatSupported(const FileName: string): Boolean;
File

Imaging (at line 92)

Description

The file need not exist.

Related Information
You are here: Symbol Reference > Functions > IsFileFormatSupported Function