FPDFPage_GetObject method
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
FPDF_PAGEOBJECT FPDFPage_GetObject(FPDF_PAGE page, int index) {
return _FPDFPage_GetObject(page, index);
}