Create DrawTextComment-N and -R

This commit is contained in:
Svetlana Kulikova
2024-04-16 17:35:52 +03:00
parent 2ad2ad9dfd
commit bd39d887cf
7 changed files with 73 additions and 41 deletions

View File

@ -54,7 +54,7 @@ public:
int GetPagesCount() { return 0; }
int GetRotate(int nPageIndex) { return 0; }
void GetPageInfo(int nPageIndex, double* pdWidth, double* pdHeight, double* pdDpiX, double* pdDpiY) {}
bool EditPage(int nPageIndex) { return false; }
bool EditPage() { return false; }
void AddShapeXML(const std::string& sXML) {}
void EndMarkedContent() {}
};