Thank you
I thought this would be the Undo / Redo operation programmed to the component level. In PDF Editor, I work with the open pdf document and use various VisualTools. I'm working with text for a while, then I add annotations, then somewhere I mark editorial tags. And before I save the document, I decide to return some of the changes. It's about Undo / Redo to include all tools (_annotationTool, _contentXObjectTool, _textSelectionTool, _removeContentTool and _contentEditorTool) so the programmer does not have to worry about managing changes.
I simply call the Undo () or Redo ()
Miro
Re: New features request for version 9.0 of VintaSoft Imaging .NET
I thought this would be the Undo / Redo operation programmed to the component level. In PDF Editor, I work with the open pdf document and use various VisualTools. I'm working with text for a while, then I add annotations, then somewhere I mark editorial tags. And before I save the document, I decide to return some of the changes. It's about Undo / Redo to include all tools (_annotationTool, _contentXObjectTool, _textSelectionTool, _removeContentTool and _contentEditorTool) so the programmer does not have to worry about managing changes.
I simply call the Undo () or Redo ()
We analyzed your request and have found that we can develop functionality for undo/redo in PDF document but for general case the architecture will be very complex. Undo/redo architecture is open and we think that the best way in this situation is to create necessary code in end-user application.