Skip to contents

Wraps FPDFAnnot_SetStringValue(annot, "T", text). By convention the /T entry holds the annotation author's name (Acrobat shows it as "Author").

Usage

pdf_annot_set_title(annot, text)

Arguments

annot

A pdfium_annot handle. Parent doc must be readwrite.

text

Character scalar (UTF-8).

Value

Invisibly returns the parent pdfium_doc.

See also