IsKnownSaveFormat
Declaration
function IsKnownSaveFormat(const FileName: WideString): Boolean;
Description
Returns
True if the specified filename is a file format that ImageEn supports saving (by checking its file extension).
Note: There are a variety of formats (such as WMF) which ImageEn can load but not save.
Example
If IsKnownSaveFormat('test.dcm') then
ShowMessage('ok, I can save it');
See Also
◼IsKnownFormat