TCPDF::cropMark( $x,  $y,  $w,  $h,  $type = 'T,R,B,L',  $color = array(100, 100, 100, 100, 'All') )

Paints crop marks.


Description Description


Parameters Parameters

$x

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

$y

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

$w

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

$h

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

$type

(Optional) (string) type of crop mark, one symbol per type separated by comma: T = TOP, F = BOTTOM, L = LEFT, R = RIGHT, TL = A = TOP-LEFT, TR = B = TOP-RIGHT, BL = C = BOTTOM-LEFT, BR = D = BOTTOM-RIGHT.

Default value: 'T,R,B,L'

$color

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

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


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.