# File lib/prawn/document/annotations.rb, line 46 def link_annotation(rect, options={}) options = options.merge(:Subtype => :Link, :Rect => rect) annotate(options) end