VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI Namespace / WpfPdfContentEditorToolUndoMonitor Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    WpfPdfContentEditorToolUndoMonitor Class
    In This Topic
    The undo monitor that monitors the WpfPdfContentEditorTool and adds undo action to the undo manager.
    Object Model
    UndoManager IDataStorage WpfPdfContentEditorToolUndoMonitor
    Syntax
    'Declaration
    
    Public Class WpfPdfContentEditorToolUndoMonitor
       Inherits Vintasoft.Imaging.Undo.UndoMonitor
    
    
    public class WpfPdfContentEditorToolUndoMonitor : Vintasoft.Imaging.Undo.UndoMonitor
    
    
    public __gc class WpfPdfContentEditorToolUndoMonitor : public Vintasoft.Imaging.Undo.UndoMonitor*
    
    
    public ref class WpfPdfContentEditorToolUndoMonitor : public Vintasoft.Imaging.Undo.UndoMonitor^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Undo.UndoMonitor
          Vintasoft.Imaging.Pdf.Wpf.UI.WpfPdfContentEditorToolUndoMonitor

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also