| ImageEn, unit ieopensavedlg |
|
TOpenImageEnDialog.ShowAllFrames
Declaration
property ShowAllFrames: Boolean;
Description
If enabled, then when previewing a multi-page file (TIFF, GIF or
video) all frames are loaded, otherwise only the first is shown.
Default: True
Example
// Only show first image of multi-frame files
OpenImageEnDialog1.ShowAllFrames := False;