menu

Document Processing

UndoRedoSettings Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    UndoRedoSettings Class

    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved