Zend_Pdf_Destination_FitBoundingBoxHorizontally explicit detination

Destination array: [page /FitBH top]

(PDF 1.1) Display the page designated by page, with the vertical coordinate top positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of its bounding box within the window.

package Zend_Pdf
subpackage Destination
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License
inherited_from \Zend_Pdf_Destination_Explicit

 Methods

Explicit destination object constructor

__construct(\Zend_Pdf_Element $destinationArray) 
Inherited

Parameters

$destinationArray

\Zend_Pdf_Element

Exceptions

\Zend_Pdf_Exception

Create destination object

create(\Zend_Pdf_Page|integer $page, float $top) : \Zend_Pdf_Destination_FitBoundingBoxHorizontally
Static

Parameters

$page

\Zend_Pdf_Pageinteger

Page object or page number

$top

float

Top edge of displayed page

Exceptions

\Zend_Pdf_Exception

Returns

\Zend_Pdf_Destination_FitBoundingBoxHorizontally

Get top edge of the displayed page

getTopEdge() : float

Returns

float

Returns true if it's a remote destination

isRemote() : boolean
Inherited

Returns

boolean

Parse resource and return it as an Action or Explicit Destination

load(\Zend_Pdf_Element $resource) : \Zend_Pdf_Destination
InheritedStatic

$param Zend_Pdf_Element $resource

Parameters

$resource

Exceptions

\Zend_Pdf_Exception

Returns

\Zend_Pdf_Destination

Set top edge of the displayed page

setTopEdge(float $top) : \Zend_Pdf_Action_FitBoundingBoxHorizontally

Parameters

$top

float

Returns

\Zend_Pdf_Action_FitBoundingBoxHorizontally

 Properties

 

Destination description array

$_destinationArray : \Zend_Pdf_Element_Array

Default

 

True if it's a remote destination

$_isRemote : boolean

Default