Skip to contents

Wraps FPDFAnnot_GetObject over the full count. Returns a list of pdfium_obj handles; each handle's externalptr pins the parent annotation, so the embedded objects can't dangle past the annot's lifetime.

Usage

pdf_annot_objects(annot)

Arguments

annot

A pdfium_annot.

Value

A list of pdfium_obj handles (zero-length when the annotation has no embedded objects).