Zend Framework
1.12
|
Public Member Functions | |
__construct (Zend_Pdf_Element_Object $extGStateObject=null) | |
Object constructor. | |
setAlpha ($alpha, $mode= 'Normal') | |
Set the transparancy. | |
![]() | |
__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 | |
![]() | |
$_objectFactory | |
$_resource | |
__construct | ( | Zend_Pdf_Element_Object | $extGStateObject = null | ) |
Object constructor.
Zend_Pdf_Element_Object | $extGStateObject |
Zend_Pdf_Exception |
setAlpha | ( | $alpha, | |
$mode = 'Normal' |
|||
) |
Set the transparancy.
$alpha == 0 - transparent $alpha == 1 - opaque
Transparency modes, supported by PDF: Normal (default), Multiply, Screen, Overlay, Darken, Lighten, ColorDodge, ColorBurn, HardLight, SoftLight, Difference, Exclusion
float | $alpha | |
string | $mode |
Zend_Pdf_Exception |