Click or drag to resize

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()

Return Value

Type: DocSnapshot
The previous state of the document. This state may be invalid if it is impossible to undo
See Also