Click or drag to resize

UndoManagerRemoveUndoHistoryForType Method

Remove Undo History

Namespace:  ComPDFKitViewer.Helper
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public void RemoveUndoHistoryForType(
	Type type
)

Parameters

type
Type: SystemType
Type of history, must implement IHistory interface
See Also