FPDFPageObj_CountMarks function
- @Native<FPDF_BOOL Function(FPDF_PAGEOBJECT)>(FPDF_PAGEOBJECT)>()
- FPDF_PAGEOBJECT page_object
Experimental API. Get number of content marks in |page_object|.
page_object - handle to a page object.
Returns the number of content marks in |page_object|, or -1 in case of failure.
Implementation
@ffi.Native<ffi.Int Function(FPDF_PAGEOBJECT)>()
external int FPDFPageObj_CountMarks(FPDF_PAGEOBJECT page_object);