Fast-path single-integer accessor that wraps
FPDFPageObj_GetMarkedContentID. Equivalent to taking
pdf_obj_marks() and pulling out the first integer MCID
parameter, but avoids the tibble materialisation when the
caller only needs the ID.
Arguments
- obj
A
pdfium_objfrompdf_page_objects().
Value
Integer scalar — the 0-based marked-content ID, or
NA_integer_ when the object has no direct MCID.