Method: FPDF#SetAuthor

Defined in:
lib/fpdf.rb

#SetAuthor(author) ⇒ Object



234
235
236
237
# File 'lib/fpdf.rb', line 234

def SetAuthor(author)
    # Author of document
    @author=author
end