Method: Pdfcrowd::HtmlToPdfClient#setContentArea

Defined in:
lib/pdfcrowd.rb

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



1958
1959
1960
1961
1962
1963
1964
# File 'lib/pdfcrowd.rb', line 1958

def setContentArea(x, y, width, height)
    setContentAreaX(x)
    setContentAreaY(y)
    setContentAreaWidth(width)
    setContentAreaHeight(height)
    self
end