TIEGlobalSettings.DefaultDpiX
Declaration
property DefaultDpiX: integer;
Description
Specify the default DPI X value assigned when a loaded image doesn't contain this information.
This is also used as the default value for
DpiX.
Default: 300 (both X and Y)
// Set the default DPI to 72 points per inch
IEGlobalSettings().DefaultDpiX := 72;
IEGlobalSettings().DefaultDpiY := 72;