ExternalAnnotManagerGetLastJSON Method |
Retrieve the last JSON command string produced by the last call to either Undo, Redo, or TakeSnapshot.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetLastJSON()
Public Function GetLastJSON As String
public:
virtual String^ GetLastJSON() sealed
Return Value
Type:
String an json object representing annotation changes made to the document.
See Also