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')
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
4.9.000 | Introduced. |