Method: RBPDF#SetSubject
- Defined in:
- lib/rbpdf.rb
#SetSubject(subject) ⇒ Object Also known as: set_subject
Defines the subject of the document.
- @param string :subject
-
The subject.
- @access public
- @since 1.2
- @see
-
SetAuthor(), SetCreator(), SetKeywords(), SetTitle()
1475 1476 1477 1478 |
# File 'lib/rbpdf.rb', line 1475 def SetSubject(subject) #Subject of document @subject = subject end |