ImageEn, unit iesettings

TIEGlobalSettings.PreviewImageBackgroundStyle

TIEGlobalSettings.PreviewImageBackgroundStyle

Declaration

property PreviewImageBackgroundStyle: TIEBackgroundStyle;

Description

Specify the background style for image preview in open/save dialogs, print preview and image editing dialogs.

Default: iebsSolid

Example

// Show all frames of video files in Open Image dialog
IEGlobalSettings().PreviewImageBackgroundStyle := iebsCropped;
IEGlobalSettings().PreviewImageBackgroundColor := clSilver;
ImageEnView1.IO.DoPrintPreviewDialog( iedtDialog );

See Also

PreviewImageBackgroundColor