|
Rank: Newbie Groups: Member
Joined: 3/10/2011 Posts: 9
|
Hello,
I'm trying to use the BeforeRenderPage Event to handle adding a table header to each page, but I'm not seeing how to add ACM content to the page in the Event. Is there an example of this, or any help you can provide?
Thank you for your time as always!
-Brian Abel
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The event argument should give you a PdfPage object. You would then just create a new AcmRender and renders directly to that page. The key is you can create a new AcmRender object wherever you want on whichever page you want. The new AcmRender object does not have anything to do with whatever already on that page.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 3/10/2011 Posts: 9
|
That did it (as well as the example on your site).
Thank you very much!!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Glad to hear that! Please feel free to let us know if you have any more questions.
|
|