TCPDF_STATIC::getAnnotOptFromJSProp( $prop,  $spot_colors,  $rtl = false )

Convert JavaScript form fields properties array to Annotation Properties array.


Description Description


Parameters Parameters

$prop

(Required) (array) javascript field properties. Possible values are described on official Javascript for Acrobat API reference.

$spot_colors

(Required) (array) Reference to spot colors array.

$rtl

(Optional) (boolean) True if in Right-To-Left text direction mode, false otherwise.

Default value: false


Top ↑

Return Return

(array) of annotation properties


Top ↑

Source Source

File: includes/lib/tcpdf/include/tcpdf_static.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.8.000 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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