class SetaPDF_ImageStamp extends SetaPDF_Stamp {
mixed setHeight ( float $height[, boolean $aspectRatio=true] ) }
An alias for SetaPDF_ImageStamp::setDimensions(null, $height, $aspectRatio)
The height 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.