Class representing a Destination fitting a Page horizontally.
Creates a new horizontal fit destination.
[Source]
# File sources/parser/destinations.rb, line 89 89: def initialize(pageref, top = 0, indirect = false) 90: 91: @top = top 92: super([pageref, :FitH, top], indirect) 93: 94: end
[Validate]