LazReport, set resolution for virtual printer, from aleksey Lagunov

git-svn-id: trunk@44410 -
This commit is contained in:
jesus 2014-03-12 16:05:29 +00:00
parent 8d8f500e71
commit 0663d233e9

View File

@ -985,6 +985,10 @@ begin
Ofy := Round(50 * ky / 254);
Pw := Pgw - Ofx * 2;
Ph := Pgh - Ofy * 2;
//fix DPI for virtual printer
ResX := 300;
ResY := 300;
end
end
else