# File lib/pdf/writer.rb, line 1919
1919:   def add_destination(label, style, *params)
1920:     @destinations[label] = PDF::Writer::Object::Destination.new(self, @current_page, style, *params)
1921:   end