TIEImageEnGlobalSettings.DefaultDPIY
Declaration
property DefaultDPIY: integer;
Description
Specify the default DPI Y value assigned when a loaded image doesn't contain this information.
Default: 300 (both X and Y)
Example
// Set the default DPI to 72 points per inch
IEGlobalSettings().DefaultDPIX:= 72;
IEGlobalSettings().DefaultDPIY:= 72;