Skip to main content
Skip table of contents

How to check for an event and remove it?

Is there a way to check to see if a page event has already been added to a PdfWriter object? If so, can you also remove that page event?

Posted on StackOverflow on Apr 15, 2014 by IyaTaisho

In the Java version of iText, there's a method getPageEvent() available in PdfWriter. There should be a GetPageEvent() or PageEvent in iTextSharp that you can use to find out if there is a page event present.

To remove an existing page event, you need to set the page event to null. Adding an extra page event won't replace the existing page event, but add an extra event that will be triggered along with the original event(s).

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.