Click or drag to resize

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()

Return Value

Type: String
an json object representing annotation changes made to the document.
See Also