VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI Namespace / WpfPdfContentEditorTool Class / BeginUndoAction(String,GraphicsFigure) Method
Syntax Requirements SeeAlso
In This Topic
    BeginUndoAction(String,GraphicsFigure) Method (WpfPdfContentEditorTool)
    In This Topic
    Begins a composite undo action.
    Syntax
    'Declaration
    
    Public Overridable Sub BeginUndoAction( _
    ByVal descriptionFormat
    The description format string.
    As System.String, _
    ByVal figure
    The figure of action.
    As Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.GraphicsFigure _
    )

    Parameters

    descriptionFormat
    The description format string.
    figure
    The figure of action.
    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