ExternalAnnotManagerGetLastXFDF Method |
Retrieve the last XFDF 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 GetLastXFDF()
Public Function GetLastXFDF As String
public:
virtual String^ GetLastXFDF() sealed
Return Value
Type:
String an xfdf command string.
See Also