TCPDF::registrationMark( $x,  $y,  $r,  $double = false,  $cola = array(100, 100, 100, 100, 'All'),  $colb = array(0, 0, 0, 0, 'None') )

Paints a registration mark


Description Description


Parameters Parameters

$x

(Required) (float) abscissa of the registration mark center.

$y

(Required) (float) ordinate of the registration mark center.

$r

(Required) (float) radius of the crop mark.

$double

(Optional) (boolean) if true print two concentric crop marks.

Default value: false

$cola

(Optional) (array) crop mark color (default spot registration color 'All').

Default value: array(100, 100, 100, 100, 'All')

$colb

(Optional) (array) second crop mark color (default spot registration color 'None').

Default value: array(0, 0, 0, 0, 'None')


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.9.000 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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