UndoManagerRemoveUndoHistoryForType Method |
Remove Undo History
Namespace:
ComPDFKitViewer.Helper
Assembly:
ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntaxpublic void RemoveUndoHistoryForType(
Type type
)
Parameters
- type
- Type: SystemType
Type of history, must implement IHistory interface
See Also