Method: Pdfcrowd::PdfToImageClient#setUseCropbox

Defined in:
lib/pdfcrowd.rb

#setUseCropbox(value) ⇒ Object

Use the crop box rather than media box.

  • value - Set to true to use crop box.

  • Returns - The converter object.



6805
6806
6807
6808
# File 'lib/pdfcrowd.rb', line 6805

def setUseCropbox(value)
    @fields['use_cropbox'] = value
    self
end