Class representing a Destination zooming on a part of a document.
Creates a new zoom Destination.
pageref |
|
left, top |
Coords in the Page. |
zoom |
Zoom factor. |
# File lib/origami/destinations.rb, line 65 def initialize(pageref, left = 0, top = 0, zoom = 0) @left, @top, @zoom = left, top, zoom super([pageref, :XYZ, left, top, zoom]) end
Generated with the Darkfish Rdoc Generator 2.