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