Home | History | Annotate | Download | only in fpdfsdk

Lines Matching refs:GetPageCount

694   return pDoc ? pDoc->GetPageCount() : 0;
703 if (page_index < 0 || page_index >= pDoc->GetPageCount())
1295 int count = pDoc->GetPageCount();