TCPDF::setSignatureAppearance( $x, $y, $w, $h, $page = -1, $name = '' )
Set the digital signature appearance (a cliccable rectangle area to get signature properties)
Description Description
Parameters Parameters
- $x
-
(Required) (float) Abscissa of the upper-left corner.
- $y
-
(Required) (float) Ordinate of the upper-left corner.
- $w
-
(Required) (float) Width of the signature area.
- $h
-
(Required) (float) Height of the signature area.
- $page
-
(Optional) (int) option page number (if < 0 the current page is used).
Default value: -1
- $name
-
(Optional) (string) Name of the signature.
Default value: ''
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
5.3.011 | Introduced. |