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