TCPDF::Annotation( $x,  $y,  $w,  $h,  $text,  $opt = array('Subtype' => 'Text'),  $spaces )

Puts a markup annotation on a rectangular area of the page.


Description Description

!!!!THE ANNOTATION SUPPORT IS NOT YET FULLY IMPLEMENTED !!!!


Parameters Parameters

$x

(Required) (float) Abscissa of the upper-left corner of the rectangle

$y

(Required) (float) Ordinate of the upper-left corner of the rectangle

$w

(Required) (float) Width of the rectangle

$h

(Required) (float) Height of the rectangle

$text

(Required) (string) annotation text or alternate content

$opt

(Optional) (array) array of options (see section 8.4 of PDF reference 1.7).

Default value: array('Subtype' => 'Text')

$spaces

(Required) (int) number of spaces on the text to link


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.0.018 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.