Method: Pdfcrowd::ImageToImageClient#setRotate

Defined in:
lib/pdfcrowd.rb

#setRotate(rotate) ⇒ Object

Rotate the image.

  • rotate - The rotation specified in degrees.

  • Returns - The converter object.



3405
3406
3407
3408
# File 'lib/pdfcrowd.rb', line 3405

def setRotate(rotate)
    @fields['rotate'] = rotate
    self
end