ResultSnapshotCurrentState Method |
Retrieves the document state to which this transition has transitioned.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public DocSnapshot CurrentState()
Public Function CurrentState As DocSnapshot
public:
virtual DocSnapshot^ CurrentState() sealed
Return Value
Type:
DocSnapshotThe current document state
See Also