The methods of the PdfAnnotationEditor class are listed below. For a complete list of PdfAnnotationEditor class members, see the PdfAnnotationEditor Members topic.
Public Instance Methods
BindPdf | Overloaded. Binds a Pdf file for editing. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ImportAnnotationFromXfdf | Overloaded. Imports annotations from xfdf data file,the supported annotation types include "Text","Highlight", "Squiggly", "StrikeOut", "Underline","FreeText","Line","Square","Circle","Polygon", "PolyLine", "Caret","Stamp","Ink","FileAttachment","Stamp". The evalution version can import five annotations at most. |
ImportAnnotations | Overloaded. Import the specified type's annotations from some pdf documents into a pdf document. the supported annotation types include "Text","Highlight", "Squiggly", "StrikeOut", "Underline","FreeText","Line","Square","Circle","Polygon", "PolyLine", "Caret","Stamp","Ink","FileAttachment","Stamp". |
Save | Overloaded. Saves the result PDF to file. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Protected Instance Methods
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
See Also
PdfAnnotationEditor Class | Aspose.Pdf.Kit Namespace