Wraps FPDFAnnot_SetStringValue(annot, "Subj", text). The
subject is a brief descriptor (e.g. "Highlight") that some
PDF readers surface separately from /Contents.
Usage
pdf_annot_set_subject(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.