Searched defs:GetPDFDocument (Results 1 – 2 of 2) sorted by relevance
117 CPDF_Document* GetPDFDocument() const { in GetPDFDocument() function172 CPDF_Document* GetPDFDocument() const { return m_pUnderlyingDoc.Get(); } in GetPDFDocument() function
203 CPDF_Document* CPDFSDK_PageView::GetPDFDocument() { function in CPDFSDK_PageView