Method: Pdfcrowd::Client#setVerticalMargin

Defined in:
lib/pdfcrowd.rb

#setVerticalMargin(value) ⇒ Object



185
186
187
# File 'lib/pdfcrowd.rb', line 185

def setVerticalMargin(value)
    @fields['margin_top'] = @fields['margin_bottom'] = value.to_s()
end