mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 05:24:10 +08:00
Create CFile.prototype["getShapes"]
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user