mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
fix GetInfo
This commit is contained in:
@ -77,7 +77,7 @@ public:
|
||||
void GetPageInfo(int nPageIndex, double* pdWidth, double* pdHeight, double* pdDpiX, double* pdDpiY) const;
|
||||
void DrawPageOnRenderer(IRenderer* pRenderer, int nPageIndex, bool* pBreak);
|
||||
void ConvertToPdf(const std::wstring& wsDstPath);
|
||||
BYTE* GetInfo();
|
||||
std::wstring GetInfo();
|
||||
|
||||
#ifdef BUILDING_WASM_MODULE
|
||||
BYTE* GetStructure();
|
||||
|
||||
Reference in New Issue
Block a user