On Thu, 24 Apr 2014, Ru Vuott wrote:
> Hello Tobias,
> 
> If I try with  " PdfDocument.Count "
> I obtain this error:
> 
> " PdfDocument.Count is not static "
> 
> bye

Of course, you need to ask an actual object of the PdfDocument class to give
you its Count:

  Dim hPdfDocument As New PdfDocument

  ' Open your document
  Print hPdfDocument.Count

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk

------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to