ImageEn, unit iesettings

TIEGlobalSettings.PreviewAdditionalMultipageExts

TIEGlobalSettings.PreviewAdditionalMultipageExts


Declaration

property PreviewAdditionalMultipageExts: string;


Description

Additional multipage extensions (e.g. 'mpg,mpeg,wmv,avi') for open/save dialogs. Files of the extensions specified will be treated as "multipage" files and their frames can be previewed.

Default: 'mpg,mpeg,wmv,avi'


Example

// Add XYZ files as a multipage format
IEGlobalSettings().PreviewAdditionalMultipageExts := 'mpg,mpeg,wmv,avi,xyz';