En Thu, 31 Mar 2016 18:16:18 -0600, Graeme Geldenhuys <mailingli...@geldenhuys.co.uk> escribió:

On 2016-03-31 22:18, Jesus Reyes A. wrote:
TPDFPage has some basic primitives for drawing: lines, rects, ellipses and
images. I don't see a way to add our own (except by patches to fpPDF of
course)

  // Add your custom page as follows
  P := TMyPDFPage.Create(Doc);
  Doc.Pages.Add(P); // global Page Object list
  lSection.AddPage(P); // which Section our page belongs too


Yes that would suffice, thanks.

Jesus Reyes A.

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to