Class UndoRedoSettings
Class for undo/redo settings
Inheritance
System.Object
UndoRedoSettings
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class UndoRedoSettings : Object
Constructors
UndoRedoSettings()
Declaration
public UndoRedoSettings()
Properties
CanRedo
Gets a value that indicates whether the most recent action can be redone.
Declaration
public bool CanRedo { get; }
Property Value
Type |
---|
System.Boolean |
CanUndo
Gets a value that indicates whether the most recent action can be undone.
Declaration
public bool CanUndo { get; }
Property Value
Type |
---|
System.Boolean |
Limit
Limits the undo/redo operations count. The default value is 100.
Declaration
public int Limit { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
PerformRedo()
Redo the most recent activity.
Declaration
public void PerformRedo()
PerformUndo()
Undo the most recent activity.
Declaration
public void PerformUndo()