HaruPage::getTextMatrix

(PECL haru >= 0.0.1)

HaruPage::getTextMatrixGet the current text transformation matrix of the page

說明

array HaruPage::getTextMatrix ( void )

Get the current text transformation matrix of the page.

回傳值

Returns the current text transformation matrix of the page as an array of 6 elements: "a", "b", "c", "d", "x" and "y".

錯誤/例外

發生錯誤時拋出 HaruException 異常。

參見

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top