Create StartDrawFreeText

This commit is contained in:
Svetlana Kulikova
2024-05-06 17:48:12 +03:00
parent 715facaefc
commit f1fbcf653b
5 changed files with 147 additions and 60 deletions

View File

@ -48,6 +48,7 @@ class CPdfEditor
{
public:
void Close() {}
bool EditPage(int nPageIndex) { return false; }
bool EditAnnot(int nPageIndex, int nID) { return false; }
bool DeleteAnnot(int nID) { return false; }
bool EditWidgets(IAdvancedCommand* pCommand) { return false; }