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, indirect = false) 149: super([pageref, :FitB], indirect) 150: end