PDF_create_annotation

(PECL pdflib >= 2.0.0)

PDF_create_annotationCreate rectangular annotation

설명

bool PDF_create_annotation ( resource $pdfdoc , float $llx , float $lly , float $urx , float $ury , string $type , string $optlist )

Creates a rectangular annotation on the current page.

add a note add a note

User Contributed Notes

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