UndoManagerCanRedo Method |
Returns a boolean indicating whether it is possible to redo from the current snapshot.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function CanRedo As Boolean
public:
virtual bool CanRedo() sealed
Return Value
Type:
BooleanA boolean indicating whether it is possible to redo from the current snapshot
See Also