Re: [iText-questions] iTextSharp, Powershell and Headers & Footers

2013-01-01 Thread Paulo Soares
You are using an unsupported version (pre 5) but your comment about events and delegates still stands for other cases. I'll investigate the option to have events and delegates. Paulo On Dec 31, 2012 9:09 PM, "Tim Bernhardson" wrote: > Found the problem…iTextSharp implements events in a ‘unusual

Re: [iText-questions] iTextSharp, Powershell and Headers & Footers

2012-12-31 Thread Tim Bernhardson
Found the problem...iTextSharp implements events in a 'unusual/non-standard way' which Powershell does not work with. Powershell expects an event to be declared using the .NET standard of using "public delegate" and "public event" ( see http://msdn.microsoft.com/en-us/library/aa645739(v=vs.71).