Method: Pdfcrowd::PdfToTextClient#setCropArea

Defined in:
lib/pdfcrowd.rb

#setCropArea(x, y, width, height) ⇒ Object



4954
4955
4956
4957
4958
4959
4960
# File 'lib/pdfcrowd.rb', line 4954

def setCropArea(x, y, width, height)
    setCropAreaX(x)
    setCropAreaY(y)
    setCropAreaWidth(width)
    setCropAreaHeight(height)
    self
end