ImageEn, unit iesettings

TIEGlobalSettings.DefaultDpiY

TIEGlobalSettings.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;