FPDFPage_CountObjects function
Get number of page objects inside |page|.
page - handle to a page.
Returns the number of objects in |page|.
Implementation
@ffi.Native<ffi.Int Function(FPDF_PAGE)>()
external int FPDFPage_CountObjects(FPDF_PAGE page);
Get number of page objects inside |page|.
page - handle to a page.
Returns the number of objects in |page|.
@ffi.Native<ffi.Int Function(FPDF_PAGE)>()
external int FPDFPage_CountObjects(FPDF_PAGE page);