I am try to iterate through each page

in vb.net I am trying to iterate through each page of a pdf file with 73 pages.

the pdfDocument object has a count of 73 pages, but it only has 4 pages in the list. Can I iterate through all pages?

For Each Page In pdfDocument.Pages <—Only 4 pages show, even though the count is 73
pageNumber = Page.Number

 'Find all tables on page
 Dim absorber As Aspose.Pdf.Text.TableAbsorber
 absorber = getAbsorber(Page)

 'Find Next Grid that is a Schdeule
 gridTables = getGrids(absorber)

Next

@maseyo
As I understand it, you are using the library without a license and therefore the limitations of the Evaluation mode are evident (Aspose PDF License|Aspose.PDF for .NET).

About this, we offer a 30-days free temporary license to evaluate the product without any limitations.

Thank you,

As I never got to try this without the limitations, is there any way you cand me a temp license for pdf dll without these limitations? I need to det grids on page 72 for proof of concept purposes for the client.

@maseyo
You should purchase the temporary license I mentioned in the previous post.

Here is the link for that: Temporary License - Purchase - aspose.com