WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UndoRedoSettings

    Show / Hide Table of Contents

    Class UndoRedoSettings

    Class for undo/redo settings

    Inheritance
    System.Object
    UndoRedoSettings
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class UndoRedoSettings

    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 Description
    System.Boolean

    CanUndo

    Gets a value that indicates whether the most recent action can be undone.

    Declaration
    public bool CanUndo { get; }
    Property Value
    Type Description
    System.Boolean

    Limit

    Limits the undo/redo operations count. The default value is 100.

    Declaration
    public int Limit { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    PerformRedo()

    Redo the most recent activity.

    Declaration
    public void PerformRedo()

    PerformUndo()

    Undo the most recent activity.

    Declaration
    public void PerformUndo()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved