mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-19 23:02:34 +08:00
Create ValidMetaData
This commit is contained in:
@ -1525,6 +1525,12 @@ int CPdfFile::GetMaxRefID()
|
||||
|
||||
return m_pInternal->pReader->GetMaxRefID();
|
||||
}
|
||||
bool CPdfFile::ValidMetaData()
|
||||
{
|
||||
if (!m_pInternal->pReader)
|
||||
return false;
|
||||
return m_pInternal->pReader->ValidMetaData();
|
||||
}
|
||||
void CPdfFile::DrawPageOnRenderer(IRenderer* pRenderer, int nPageIndex, bool* pBreak)
|
||||
{
|
||||
if (!m_pInternal->pReader)
|
||||
|
||||
Reference in New Issue
Block a user