… = PdfDocument[…] (gb.poppler)

Dim hPdfDocument As PdfDocument
Dim hPdfPage As .PdfPage
hPdfPage = hPdfDocument [ Index As Integer ]

Return a page of the document from its index, as a virtual object.

  • Index is the page number, between 0 and the value of the Max property.