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
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).