Searched defs:GetAnnotDict (Results 1 – 2 of 2) sorted by relevance
396 const CPDF_Dictionary* GetAnnotDict() const { return m_pAnnotDict; } in GetAnnotDict() function397 CPDF_Dictionary* GetAnnotDict() { return m_pAnnotDict; } in GetAnnotDict() function
536 CPDF_Dictionary* CPDFSDK_BAAnnot::GetAnnotDict() const { in GetAnnotDict() function in CPDFSDK_BAAnnot