itextsharp adding header and footer, displayed inside the page margin not outside the page margin.
问题 I am new to ItextSharp, just wondering how to place header and footer outside the margin after end of page event? it seems when i used the onendpage event instead of adding the footer outside of the page margin, it adds inside of page margin, and it always produce stackoverflow exception when it will be over the bottom margin where it should add outside of the margin? are there any settings to tell to add the text in document footer outside of margin (or is it padding)? thanks in advance. 回答1