PDF file trailer

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

 Methods

Object constructor

__construct(\Zend_Pdf_Element_Dictionary $dict) 

Parameters

$dict

\Zend_Pdf_Element_Dictionary

Get handler

__get(string $property) : mixed

Parameters

$property

string

Returns

mixed

Set handler

__set(string $property, mixed $value) 

Parameters

$property

string

$value

mixed

Get header of free objects list Returns object number of last free object

getLastFreeObject() : integer

Returns

integer

Get length of source PDF

getPDFLength() : string

Returns

string

Get PDF String

getPDFString() : string

Returns

string

Return string trailer representation

toString() : string

Returns

string

Check if key is correct

_checkDictKey(string $key) 

Parameters

$key

string

Exceptions

\Zend_Pdf_Exception

 Properties

 

$_allowedKeys

$_allowedKeys 

Default

array('Size', 'Prev', 'Root', 'Encrypt', 'Info', 'ID', 'Index', 'W', 'XRefStm', 'DocChecksum')
Static
 

Trailer dictionary.

$_dict : \Zend_Pdf_Element_Dictionary

Default