Method: Pdfcrowd::PdfToTextClient#getPageCount

Defined in:
lib/pdfcrowd.rb

#getPageCountObject

Get the number of pages in the output document.

  • Returns - The page count.



6233
6234
6235
# File 'lib/pdfcrowd.rb', line 6233

def getPageCount()
    return @helper.getPageCount()
end