ExternalAnnotManager Class |
Namespace: pdftron.PDF
public sealed class ExternalAnnotManager : IClosable
The ExternalAnnotManager type exposes the following members.
Name | Description | |
---|---|---|
Close | ||
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetLastJSON |
Retrieve the last JSON command string produced by the last call to either Undo, Redo, or TakeSnapshot.
| |
GetLastXFDF |
Retrieve the last XFDF command string produced by the last call to either Undo, Redo, or TakeSnapshot.
| |
GetNextRedoInfo |
Returns any meta-data associated with the next state in the redo chain.
| |
GetNextUndoInfo |
Returns any meta-data associated with the next state in the undo chain.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
JumpToAnnotWithID |
Set the viewer page, zoom, and pan such that the annotation with the provided ID is on screen.
| |
MergeXFDF |
Merge an xfdf string into the current document. This Xfdf can be in normal Adobe format, or it contain xfdf commands like add, delete, and modify.
| |
Redo |
Perform the conversion. Will throw an exception on failure. Does nothing if the conversion is already complete. Use GetConversionStatus() to check if there is remaining content to be converted.
| |
TakeSnapshot |
Take an undo snapshot, returning the xfdf command string representing any change in state since the last snapshot.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Undo |
Perform the conversion. Will throw an exception on failure.
|