Method: Pdfcrowd::ImageToPdfClient#getOutputSize

Defined in:
lib/pdfcrowd.rb

#getOutputSizeObject

Get the size of the output in bytes.

  • Returns - The count of bytes.



4158
4159
4160
# File 'lib/pdfcrowd.rb', line 4158

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