Skip to contents

Returns the PDFium "is active" flag. Inactive page objects are still enumerated by pdf_page_objects() but PDFium skips them when rendering or measuring extents. Wraps FPDFPageObj_GetIsActive.

Usage

pdf_obj_is_active(obj)

Arguments

obj

A pdfium_obj of any type from pdf_page_objects().

Value

Logical scalar (TRUE / FALSE), or NA when PDFium reports failure (very rare).