Method: FPDF#SetCreator

Defined in:
lib/fpdf.rb

#SetCreator(creator) ⇒ Object



244
245
246
247
# File 'lib/fpdf.rb', line 244

def SetCreator(creator)
    # Creator of document
    @creator=creator
end