Skip to contents

Wraps FPDFAnnot_SetStringValue(annot, "Contents", text). The Contents entry is the visible body / popup-message text on most annotation subtypes.

Usage

pdf_annot_set_contents(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.