ExternalAnnotManagerGetNextUndoInfo Method |
Returns any meta-data associated with the next state in the undo chain.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetNextUndoInfo()
Public Function GetNextUndoInfo As String
public:
virtual String^ GetNextUndoInfo() sealed
function GetNextUndoInfo();
Return Value
Type:
String a string consisting of the payload that was provided when TakeSnapshot was called.
See Also