mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
fix GetInfo
This commit is contained in:
@ -70,7 +70,7 @@ public:
|
||||
virtual int GetPagesCount();
|
||||
virtual void GetPageInfo(int nPageIndex, double* pdWidth, double* pdHeight, double* pdDpiX, double* pdDpiY);
|
||||
virtual void DrawPageOnRenderer(IRenderer* pRenderer, int nPageIndex, bool* pBreak);
|
||||
virtual BYTE* GetInfo();
|
||||
virtual std::wstring GetInfo();
|
||||
|
||||
void ConvertToPdf(const std::wstring& path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user