ResultSnapshotPreviousState Method |
Retrieves the document state from which this transition has transitioned.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public DocSnapshot PreviousState()
Public Function PreviousState As DocSnapshot
public:
virtual DocSnapshot^ PreviousState() sealed
function PreviousState();
Return Value
Type:
DocSnapshotThe previous document state
See Also