phpdftk API Documentation

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

$height  : float|null
$opacity  : float
$width  : float|null

Methods

__construct()  : mixed

Properties

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

        
On this page

Search results