ImageStampStyle
in package
Read onlyYes
FinalYes
Style configuration for image and PDF stamps.
Dimensions are in PDF points (1/72 inch). If only one of width/height is set, the other is calculated from the source aspect ratio. If neither is set, the source dimensions are used at 72 DPI.
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$height
public
float|null
$height
= null
$opacity
public
float
$opacity
= 1.0
$width
public
float|null
$width
= null
Methods
__construct()
public
__construct([float|null $width = null ][, float|null $height = null ][, float $opacity = 1.0 ]) : mixed
Parameters
- $width : float|null = null
- $height : float|null = null
- $opacity : float = 1.0