ImageEn, unit iesettings

TIEGlobalSettings.MaxImageEMFSize

TIEGlobalSettings.MaxImageEMFSize


Declaration

property MaxImageEMFSize: integer;


Description

Specifies the maximum width or height of imported EMF/WMF image.
To specify the maximum overall size of the imported image, use MaxImageEMFMatrixSize.

Also see: EMFBackgroundColor

Default: 8000 pixels (width or height)


Example

// we want a maximum imported image size of 1024 pixels (in either dimension)
IEGlobalSettings().MaxImageEMFSize := 1024;
ImageEnView1.IO.LoadFromFile('C:\input.wmf');