annotationHistoryManager property
CPDFAnnotationHistoryManager
get
annotationHistoryManager
Get the annotation history manager This manager is used to handle annotation history operations such as undo and redo. Example:
CPDFAnnotationHistoryManager historyManager = _controller.annotationHistoryManager;
Implementation
CPDFAnnotationHistoryManager get annotationHistoryManager => _annotationHistoryManager;