AddDocumentAdditianalAction | Adds additional action for document event. |
BindPdf | Overloaded. Binds a Pdf file for editing. |
ChangeViewerPreference | Changes the view preference,, if multi view types need be modified, only invoke this method repeatly. |
CreateApplicationLink | Overloaded. Creates a Link to Launch a Application. |
CreateBookmarkOfPage | Overloaded. Creates bookmark for the specified page. |
CreateBookmarks | Overloaded. Creates bookmark for all of pages. |
CreateBookmarksAction | Create a bookmark with the specified action. |
CreateCaret | Creates a caret annotation which is a visual symbol indicating the prsence of text edits. |
CreateCustomActionLink | Creates a Link with a serial actions corresponding to execute a menu item in Acrobat viewer. |
CreateFileAttachment | Overloaded. Creates a file attachment annotation. |
CreateFreeText | Creates Free Text Annotations. |
CreateJavaScriptLink | Creates a link for excuting JavaScript. |
CreateLine | Creates Line Annotations,it can draw all kinds of line. |
CreateLocalLink | Overloaded. Creates a local link in the same pdf. |
CreateMarkup | Creates Markup Annotations,it can draw mark in the pdf document,such as Highlight, Underline, Squiggly and StrikeOut. |
CreateMovie | Creates Movie Annotations. |
CreatePdfDocumentLink | Overloaded. Creates a Link to open a page of another pdf document. |
CreatePolygon | Creates Polygon Annotations. |
CreatePolyLine | Creates PolyLine Annotations. |
CreatePopup | Creates Popup Annotations. |
CreateRubberStamp | Overloaded. Creates a rubber stamp annotation. |
CreateSound | Creates Sound Annotations. |
CreateSquareCircle | Creates SquareCircle Annotations. |
CreateText | Creates Text Annotations. |
CreateWebLink | Overloaded. Creates a web link in the specified Rectangle of the specified page in the pdf. |
DeleteAnnotation | Delete the annotation according to The annotation name, a text string uniquely identifying it among all the annotations on its page. |
DeleteAnnotations | Overloaded. Delete all annotations in the pdf document. |
DeleteAttachments | Delete all the attachments in the pdf documents. |
DeleteBookMarks | Overloaded. Delete the bookmark of the pdf document. |
DeleteImage | Overloaded. Deletes the specified image objects on the specified page number. |
DrawCurve | Creates Curve Annotations. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
ExportAnnotationsXfdf | Overloaded. |
ExportBookmarksToXML | Extracts the bookmarks of an existing PDF document in the form of an XML file. |
ExtractAnnotations | Overloaded. Extracts the content of the annotations specified type from the pdf, it will return at most 5 annotations when using evaluating version. |
ExtractBookMarks | Overloaded. Extracts all items of bookmark. if your License is the Evaluation version,at most 5 items is return. |
ExtractBookmarksToHTML | Extracts the bookmarks and save them in the form of an HTML file, In a web application, users can browse through the HTML files first and click a link to go to a specific page within a PDF file. |
ExtractLink | Extracts the information of all links in the pdf document. |
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. |
ImportBookmarksWithXML | Adds the bookmarks listed in an XML file to an existing PDF document. |
ModifyBookMarks | Modifys bookmark title according to the specified bookmark title . |
ReplaceImage | Replaces a image object in the specified page of a pdf document with the specified image file, the supported image file include bmp,jpg and png. |
ReplaceText |
NOTE: This is Beta version of ReplaceText. The feature may not be supported well for some PDF files and we may be not able to fix it in short time.
Replaces srcString in the PDF file with descString. |
Save | Overloaded. Saves the result PDF to file. |
ToString (inherited from Object) | Returns a String that represents the current Object. |