mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 05:24:10 +08:00
Add StartID, AP.have. Fix color for Text annot
This commit is contained in:
@ -996,6 +996,13 @@ int CPdfFile::GetRotate(int nPageIndex)
|
||||
#endif
|
||||
return m_pInternal->pReader->GetRotate(nPageIndex);
|
||||
}
|
||||
int CPdfFile::GetMaxRefID()
|
||||
{
|
||||
if (!m_pInternal->pReader)
|
||||
return 0;
|
||||
|
||||
return m_pInternal->pReader->GetMaxRefID();
|
||||
}
|
||||
void CPdfFile::DrawPageOnRenderer(IRenderer* pRenderer, int nPageIndex, bool* pBreak)
|
||||
{
|
||||
if (!m_pInternal->pReader)
|
||||
|
||||
Reference in New Issue
Block a user