fix GetInfo

This commit is contained in:
Kulikova Svetlana
2022-03-11 12:32:46 +03:00
parent a18d19b6f7
commit 328395dfea
15 changed files with 161 additions and 191 deletions

View File

@ -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();