class SetaPDF_ImageStamp extends SetaPDF_Stamp {
mixed setWidth ( float $width[, boolean $aspectRatio=true] ) }
An alias for SetaPDF_ImageStamp::setDimensions($width, null, $aspectRatio)
The width in points.
Keep aspect ratio.
An array holding the new dimensions of the image. The key 'w' holds the width and the key 'h' holds the height.