Class: Pdfrb::Action::GoTo
Overview
GoTo — jump to a destination in the current document. §12.6.4.2
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.action_type ⇒ Object
11 |
# File 'lib/pdfrb/action/types.rb', line 11 def action_type; :GoTo; end |
.to_pdf(dest:) ⇒ Object
13 14 15 |
# File 'lib/pdfrb/action/types.rb', line 13 def to_pdf(dest:) { S: :GoTo, D: dest } end |