Hello,

I have created PdfTemplate with some contour. Now i want to duplicate it 4 times and place different shapes on each of them. What I am trying now is:

|PdfTemplate[]  oRTA=  new  PdfTemplate[4];
for(int  i=0;  i<4;  i++)
{
     oRTA[i]  =  (PdfTemplate)oTemplate.GetDuplicate(false);
}
|

But it fails.

My second concern is to set local coordinate system onto Template. With PdfTemplates is easy to set absolute location, but i don't want to create like 200 templates inside my standard template to palce all shapes in right place. What I want is to set local system and than start drawing, after drawing shape replace local system to different place. Can I do that?

Thank you in advance,
Peter
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to