PdfPageEditor CalculateContentBBox not giving correct result for scanned doc

Hi,
we have an issue, to simulate the problem we have a blank page scanned as we cannot share the original document, but prove the point. the pdf contains a scanned image, of dimension 606 x 786 pts. however the CalculateContentBBox gives the width as a very small number (4.8 x 10^ -14) and height as 0. Can you pls help?

image.png (11.7 KB)
test-page.pdf (5.0 KB)
Sample code used:
InitializeAsposeLicense();
var filePath = @“test-page.pdf”;
var pdf = new Aspose.Pdf.Document(filePath);
Aspose.Pdf.Facades.PdfPageEditor editor = new();
editor.BindPdf(pdf);
var contentSize = pdf.Pages[1].CalculateContentBBox();
Assert.True(contentSize.Width >= 1 || contentSize.Height >= 1);

@Sayee

We have logged this problem in our issue tracking system as PDFNET-53160. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.