| Class | Origami::Destination::GlobalBoundingBoxFit |
| In: |
sources/parser/destinations.rb
|
| Parent: | Origami::Array |
Class representing a Destination fitting the bounding box of a Page.
Creates a new bounding box fit Destination.
| pageref: | A Reference to a Page. |
# File sources/parser/destinations.rb, line 148
148: def initialize(pageref)
149: super([pageref, :FitB])
150: end