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