mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
djvu links
This commit is contained in:
@ -118,4 +118,10 @@ BYTE* CDjVuFile::GetPageGlyphs(int nPageIndex, int nRasterW, int nRasterH)
|
||||
return m_pImplementation->GetPageGlyphs(nPageIndex, nRasterW, nRasterH);
|
||||
return NULL;
|
||||
}
|
||||
BYTE* CDjVuFile::GetPageLinks (int nPageIndex, int nRasterW, int nRasterH)
|
||||
{
|
||||
if (m_pImplementation)
|
||||
return m_pImplementation->GetPageLinks(nPageIndex, nRasterW, nRasterH);
|
||||
return NULL;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user