Click or drag to resize

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

Return Value

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