CanRedo Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets whether or not there is a command to redo

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

Syntax

C#
public bool CanRedo { get; }
Visual Basic
Public ReadOnly Property CanRedo As Boolean
	Get
Visual C++
public:
property bool CanRedo {
	bool get ();
}

See Also