PdfViewer.Undo() Method
In This Article
Cancels the previous action.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public void Undo()
#Remarks
You can also use the PdfViewerCommands.Undo command to cancel the previous action.
See Also