TCPDF::movePage( $frompage,  $topage )

Move a page to a previous position.


Description Description


Parameters Parameters

$frompage

(Required) (int) number of the source page

$topage

(Required) (int) number of the destination page (must be less than $frompage)


Top ↑

Return Return

(true) in case of success, false in case of error.


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.5.000 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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