Home | History | Annotate | Download | only in fpdfsdk

Lines Matching refs:GetPageCount

652   return pDoc ? pDoc->GetPageCount() : 0;
661 if (page_index < 0 || page_index >= pDoc->GetPageCount())
1035 int count = pDoc->GetPageCount();