TCPDF::SetX( $x,  $rtloff = false )

Defines the abscissa of the current position.


Description Description

If the passed value is negative, it is relative to the right of the page (or left if language is RTL).

See also See also


Top ↑

Parameters Parameters

$x

(Required) (float) The value of the abscissa in user units.

$rtloff

(Optional) (boolean) if true always uses the page top-left corner as origin of axis.

Default value: false


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.2 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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