Skip to contents

Returns the annotation this one replies to (its /IRT "in reply to" target) as a pdfium_annot handle, or NULL when this annotation is not a reply. Wraps FPDFAnnot_GetLinkedAnnot("IRT").

Usage

pdf_annot_in_reply_to(annot)

Arguments

annot

A pdfium_annot handle from pdf_annotations() or pdf_annot_at().

Value

A pdfium_annot handle or NULL.

See also