UndoManagerGetNextRedoSnapshot Method |
Gets the next state of the document. This state may be invalid if it is impossible to redo.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public DocSnapshot GetNextRedoSnapshot()
Public Function GetNextRedoSnapshot As DocSnapshot
public:
virtual DocSnapshot^ GetNextRedoSnapshot() sealed
function GetNextRedoSnapshot();
Return Value
Type:
DocSnapshotThe next state of the document. This state may be invalid if it is impossible to redo
See Also