for (int pageCount = 1; pageCount <= pdfDocument.Pages.Count; pageCount++)
{
// get the content boundaries
Aspose.Pdf.Page mypage = pdfDocument.Pages[pageCount];
Aspose.Pdf.Rectangle contentBBox = mypage.CalculateContentBBox();
}
In the first page of the input file, CalculateContentBBox.URX seems way too big.Is that a problem?
input.pdf (541.1 KB)