LazReport: fix export from LazReport to pdf (fclpdf), from Aleksey Lagunov, issue #31659

git-svn-id: trunk@54619 -
This commit is contained in:
jesus 2017-04-15 01:40:19 +00:00
parent b82d144b41
commit 71449f2742

View File

@ -871,6 +871,7 @@ begin
FPDFDocument.Infos.CreationDate := Now;
// FPDFDocument.Options:=FPdfOptions.FOptions;
FPDFDocument.Options:=FPDFDocument.Options + [poPageOriginAtTop];
FPDFDocument.DefaultOrientation := ppoPortrait; // FPdfOptions.PaperOrientation;
FPDFDocument.StartDocument;