Click or drag to resize

ExternalAnnotManager Class

The class ExternalAnnotManager. A manager class attached to a PDFView that takes care of annotations from xfdf sources ExternalAnnotManager instances are created through the PDFView using PDFView.GetExternalAnnotManager()
Inheritance Hierarchy
SystemObject
  pdftron.PDFExternalAnnotManager

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class ExternalAnnotManager : IClosable

The ExternalAnnotManager type exposes the following members.

Methods
  NameDescription
Public methodClose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLastJSON
Retrieve the last JSON command string produced by the last call to either Undo, Redo, or TakeSnapshot.
Public methodGetLastXFDF
Retrieve the last XFDF command string produced by the last call to either Undo, Redo, or TakeSnapshot.
Public methodGetNextRedoInfo
Returns any meta-data associated with the next state in the redo chain.
Public methodGetNextUndoInfo
Returns any meta-data associated with the next state in the undo chain.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodJumpToAnnotWithID
Set the viewer page, zoom, and pan such that the annotation with the provided ID is on screen.
Public methodMergeXFDF
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.
Public methodRedo
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.
Public methodTakeSnapshot
Take an undo snapshot, returning the xfdf command string representing any change in state since the last snapshot.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUndo
Perform the conversion. Will throw an exception on failure.
Top
See Also