Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_Pdf_Resource_Image_Jpeg Class Reference

Public Member Functions

 __construct ($imageFileName)
 Object constructor.
 
 getPixelWidth ()
 Image width.
 
 getPixelHeight ()
 Image height.
 
 getProperties ()
 Image properties.
 
- Public Member Functions inherited from Zend_Pdf_Resource_Image
 __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.
 

Protected Attributes

 $_width
 
 $_height
 
 $_imageProperties
 

Constructor & Destructor Documentation

__construct (   $imageFileName)

Object constructor.

Parameters
string$imageFileName
Exceptions
Zend_Pdf_Exception

Member Function Documentation

getPixelHeight ( )

Image height.

getPixelWidth ( )

Image width.

getProperties ( )

Image properties.

Member Data Documentation

$_height
protected
$_imageProperties
protected
$_width
protected