Searched refs:pPagesDict (Results 1 – 1 of 1) sorted by relevance
1293 CPDF_Dictionary* pPagesDict = pPages->GetDict(); in CheckPageCount() local1294 if (!pPagesDict) { in CheckPageCount()1298 if (!pPagesDict->KeyExist("Kids")) in CheckPageCount()1301 return pPagesDict->GetIntegerFor("Count") > 0; in CheckPageCount()