Zend Framework  1.12
Public Member Functions | List of all members
Zend_Pdf_Resource_Image Class Reference

Public Member Functions

 __construct ()
 Object constructor.
 
 getPixelHeight ()
 get the height in pixels of the image
 
 getPixelWidth ()
 get the width in pixels of the image
 
 getProperties ()
 gets an associative array of information about an image
 
- Public Member Functions inherited from Zend_Pdf_Resource
 __construct ($resource)
 Object constructor.
 
 __clone ()
 Clone page, extract it and dependent objects from the current document, so it can be used within other docs.
 
 cloneResource ($factory, &$processed)
 Clone resource, extract it and dependent objects from the current document, so it can be used within other docs.
 
 getResource ()
 Get resource.
 
 getFactory ()
 Get factory.
 

Additional Inherited Members

- Protected Attributes inherited from Zend_Pdf_Resource
 $_objectFactory
 
 $_resource
 

Constructor & Destructor Documentation

__construct ( )

Object constructor.

Member Function Documentation

getPixelHeight ( )
abstract

get the height in pixels of the image

Returns
integer
getPixelWidth ( )
abstract

get the width in pixels of the image

Returns
integer
getProperties ( )
abstract

gets an associative array of information about an image

Returns
array