TIEImageEnGlobalSettings.DefaultDPIX
Declaration
property DefaultDPIX: integer;
Description
Specify the default DPI X 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;