class Origami::Destination::GlobalBoundingBoxFit

Class representing a Destination fitting the bounding box of a Page.

Public Class Methods

new(pageref) click to toggle source

Creates a new bounding box fit Destination.

pageref

A Reference to a Page.

Calls superclass method Origami::Array.new
# File lib/origami/destinations.rb, line 163
def initialize(pageref)
  super([pageref, :FitB])
end