Bug report to pdf.dll v20.7

Hi,Support:
Here report another bug for pdf.dll v20.7
sample 1:
For ki As Integer = DelN To 1 Step -1
On Error Resume Next
Pdf.Pages©.Resources.Images.Delete(ki)
Pdf.Save(OutFile)
Dim r As String = Err.Number & " " & Err.Description
Next
sample 2:
For ki As Integer = 1 to DelN
On Error Resume Next
Pdf.Pages©.Resources.Images.Delete(ki)
Pdf.Save(OutFile)
Dim r As String = Err.Number & " " & Err.Description
Next
they output different result, please fix this bug.
please refer to the sample pdf.

Demo.pdf (126.3 KB)

@ducaisoft

An issue has been logged in our issue tracking system as PDFNET-48613 for correction. We will further work over resolving it and keep you informed with its rectification status. Please spare us some time.