Class Origami::Destination::GlobalBoundingBoxFit
In: sources/parser/destinations.rb
Parent: Origami::Array

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

Methods

new  

Included Modules

Destination

Public Class methods

Creates a new bounding box fit Destination.

pageref:A Reference to a Page.

[Source]

     # File sources/parser/destinations.rb, line 148
148:       def initialize(pageref, indirect = false)
149:         super([pageref, :FitB], indirect)
150:       end

[Validate]