Method: Pdfcrowd::HtmlToPdfClient#setContentsMatrix
- Defined in:
- lib/pdfcrowd.rb
#setContentsMatrix(matrix) ⇒ Object
1967 1968 1969 1970 |
# File 'lib/pdfcrowd.rb', line 1967 def setContentsMatrix(matrix) @fields['contents_matrix'] = matrix self end |