HaruPage::createLinkAnnotation

(PECL haru >= 0.0.1)

HaruPage::createLinkAnnotationCreate new HaruAnnotation instance

說明

object HaruPage::createLinkAnnotation ( array $rectangle , object $destination )

Creates a new HaruAnnotation instance.

參數

rectangle

An array with 4 coordinates of the clickable area.

destination

Valid HaruDestination instance.

回傳值

Returns a new HaruAnnotation instance.

錯誤/例外

發生錯誤時拋出 HaruException 異常。

add a note add a note

User Contributed Notes

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