FPDFPageObj_GetMarkedContentID function
- @Native<FPDF_BOOL Function(FPDF_PAGEOBJECT)>(FPDF_PAGEOBJECT)>()
- FPDF_PAGEOBJECT page_object
Experimental API. Get the marked content ID for the object.
page_object - handle to a page object.
Returns the page object's marked content ID, or -1 on error.
Implementation
@ffi.Native<ffi.Int Function(FPDF_PAGEOBJECT)>()
external int FPDFPageObj_GetMarkedContentID(FPDF_PAGEOBJECT page_object);