iTextSharp - Creating header/margins results in inconsistent page coordinates
问题 Why does the following code affect a page's ability to find its top, bottom, right and left? Before applying it, reader.GetCropBox(i).GetLeft(0) and reader.GetPageSize(i).GetLeft(0) return the far left point of every page in an assorted set. After applying it, GetLeft(0) is the far left on some pages and on others the left most point AFTER the margin ends. I'm trying to create a header on any given set of preexisting pages (ie, create white space and then put text in it) using (Stream stream