ImageEn, unit iexBitmaps

IsKnownSaveFormat

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.

See also: IsKnownFormat

Example

If IsKnownSaveFormat('test.dcm') then
  ShowMessage('ok, I can save it');