Method: Pdfcrowd::ImageToPdfClient#getOutputSize
- Defined in:
- lib/pdfcrowd.rb
#getOutputSize ⇒ Object
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 |