FPDFPage_GetObject function
- @Native<FPDF_PAGEOBJECT Function(FPDF_PAGE, Int)>(FPDF_PAGE, ffi.Int)>()
Get object in |page| at |index|.
page - handle to a page. index - the index of a page object.
Returns the handle to the page object, or NULL on failed.
Implementation
@ffi.Native<FPDF_PAGEOBJECT Function(FPDF_PAGE, ffi.Int)>()
external FPDF_PAGEOBJECT FPDFPage_GetObject(FPDF_PAGE page, int index);