Page 1 of 1

PXCp_TransformPage in Delphi

Posted: Thu Jul 12, 2012 12:42 pm
by g.politi
Hi,

seems that PXCp_TransformPage is not defined in Delphi PXCPro_40.pas file.

Do you have any updated file ?

Best regards

Giovanni

Re: PXCp_TransformPage in Delphi

Posted: Thu Jul 12, 2012 1:02 pm
by Tracker Supp-Stefan
Hi Giovanni,

I've asked one of my colleagues dealing with the Delphi samples/projects to take a look - and we will advise a bit later.

Best,
Stefan

Re: PXCp_TransformPage in Delphi

Posted: Thu Jul 12, 2012 5:36 pm
by Corwin - Tracker Sup
Hello Giovanni,

You can try to use this definition:

Code: Select all

function PXCp_TransformPage(pDocument: hPDF; PageNumber: DWORD; pMatrix: LPPXC_Matrix; flags: DWORD): HRESULT; stdcall;external xcprolib;
HTH.

Re: PXCp_TransformPage in Delphi

Posted: Tue Jul 17, 2012 8:00 am
by g.politi
thanks!

G

Re: PXCp_TransformPage in Delphi

Posted: Tue Jul 17, 2012 8:26 am
by Tracker Supp-Stefan
:)