Method: FPDF#SetLeftMargin
- Defined in:
- lib/fpdf.rb
#SetLeftMargin(margin) ⇒ Object
176 177 178 179 180 |
# File 'lib/fpdf.rb', line 176 def SetLeftMargin(margin) # Set left margin @lMargin=margin @x=margin if @page>0 and @x<margin end |