Skip to contents

Wraps FPDFPageObjMark_RemoveParam. Removes the entry with key from the mark identified by mark_index (one-based, per pdf_obj_marks()).

Usage

pdf_obj_mark_remove_param(obj, mark_index, key)

Arguments

obj

A pdfium_obj.

mark_index

One-based index of the mark.

key

Character scalar — the parameter key to remove.

Value

Invisibly returns the parent pdfium_doc.