Skip to contents

Wraps FPDFAnnot_SetFocusableSubtypes. Pair with the existing pdf_doc_focusable_subtypes() reader.

Usage

pdf_doc_set_focusable_subtypes(doc, subtypes)

Arguments

doc

A pdfium_doc opened with readwrite = TRUE.

subtypes

Character vector of subtype names (e.g. c("widget", "link")). Must match the subtype-code table used by pdfium_annot_subtype_code().

Value

Invisibly returns doc.