Bug report: get wrong images count

Hi, Support:
Here report a bug for pdf.dll.
By using :
Dim abs As ImagePlacementAbsorber = New ImagePlacementAbsorber()
Pdf.pages(1).accept(abs)
n1=abs.ImagePlacements.count
n1=2
however, by using:
n=Pdf.Pages(1).Resources.Images.Count
n2 is only 1

actually n2 must be equal to n1.
Please pay attention to it and fix it.
please refer to the sample pdf file
Test.pdf (124.2 KB)

@ducaisoft

We have logged an issue as PDFNET-48610 in our issue tracking system for this case. We will further check this in details and keep you posted with the status of its rectification. Please spare us some time.