有没有办法从iTextSharp读取TrimBox和BleedBox尺寸?

时间:2011-03-03 16:30:55

标签: c# pdf itextsharp

有没有办法从Adobe Acrobat中看到的iTextSharp读取TrimBox和BleedBox尺寸?

1 个答案:

答案 0 :(得分:3)

我自己想出了这个:

使用:iTextSharp.text.Rectangle boxRectangle = pdfReader.GetBoxSize(pageNumber,“trim”);

这适用于“修剪”,“流血”,“裁剪”,“艺术”为more info here

(我正在做一个看似显而易见的PdfName.TRIMBOX.ToString(),但是错了)