Declaration
property PreviewFont: TFont;
Description
If
PreviewFontEnabled is set to True then
PreviewFont specifies the font used in the
DoPreviews dialog.
Note: You should ensure the size of the font matches the length of the dialog controls.
ImageEnView1.IO.PreviewFont.Name := 'Tahoma';
ImageEnView1.IO.PreviewFontEnabled := True;
ImageEnView1.IO.DoPreviews([ppAll]);