Redo Method

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
If the Undo()()()() method is called, Redo() reapplies its effects

Namespace: PDFTron.SilverDox.Documents.Annotations
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public void Redo()
Visual Basic
Public Sub Redo
Visual C++
public:
void Redo()

Remarks

Redo() works in a FILO way reverting only the most recent Undo()()()() call. This method does nothing if CanRedo is false

See Also