Reopening a PDF should open on Page 1, not on the previous page I was on when I closed it

Product:
PDFTron for iOS

Product Version:
9.2.2.79502

Please give a brief summary of your issue:
Re-opening a PDF should always start on Page 1 instead of the previous page when last closed.

Please describe your issue and provide steps to reproduce it:
Open a PDF file and navigate to Page 3
Close the PDF
Open the same PDF again. It opens on Page 3. The expected behavior is to open on Page 1.

Please provide a link to a minimal sample where the issue is reproducible:

How can I make PDFTron always open a PDF at page 1?

Thank you

Solved:

I added this to the PTDocumentControllerDelegate.documentControllerDidOpenDocument event

self.pdfViewCtrl.setCurrentPage(1)

References: