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