Create CFile.prototype["getShapes"]

This commit is contained in:
Svetlana Kulikova
2024-03-04 17:08:42 +03:00
parent 29852ddf25
commit 583f7b0d0c
11 changed files with 121 additions and 21 deletions

View File

@ -1586,7 +1586,7 @@ BYTE* CPdfFile::GetAnnots(int nPageIndex)
return NULL;
return m_pInternal->pReader->GetAnnots(nPageIndex);
}
BYTE* CPdfFile::GetShapesXML(int nPageIndex)
BYTE* CPdfFile::GetShapes(int nPageIndex)
{
if (!m_pInternal->pReader)
return NULL;