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:
EMFBackgroundColorDefault: 8000 pixels (width or height)
// we want a maximum imported image size of 1024 pixels (in either dimension)
IEGlobalSettings().MaxImageEMFSize := 1024;
ImageEnView1.IO.LoadFromFile('C:\input.wmf');