AddAttachment | Adds the attachment to the document. |
AddBookmarkChild | Adds a new given child bookmark context to the parent bookmark context. |
AddBookmarkChildEx | Adds a new given child bookmark context to the parent bookmark context. |
AddBookmarkSibling | Adds a new sibling bookmark context to the parent bookmark context. |
AddBookmarkSiblingEx | Adds a new sibling bookmark context to the parent bookmark context. |
AddHyperlink | Adds a hyperlink to the specified page. |
AddImageFromData | Adds RAW or compressed image data to an existing page in a PDF document. |
AddImageFromFile | Adds image data from a file to an existing page in a PDF document. |
AddImageFromHandle | Adds image data from a handle to an existing page in a PDF document. |
AddImageFromMemory | Adds image data from memory to an existing page in a PDF document. |
AddSecurity | Adds Security to a Document that is not secure. |
AddText | Adds text to a PDF document with specified formatting and rendering data. |
AddWatermark | Adds a watermark into the current PDF document from another PDF document or text. |
ConvertToPdfA | Apply operations to convert a PDF document while satisfying PDF/A-1b compliance. Automatic fix-ups are applied if possible, conversion failure is raised as an exception. Note: PDF/A compliance is not guaranteed if changes are made to the PDF document after conversion has succeeded. |
CreateBookmark | This method creates a BookmarkContext object destined to be added to the document. |
CreatePage | Adds a new empty page to a PDF document. |
CreateThumbnailFromData | Adds RAW or compressed image data as a thumbnail to an existing page in a PDF document. |
CreateThumbnailFromFile | Adds an image as a thumbnail from a file to an existing page in a PDF document. |
CreateThumbnailFromHandle | Adds an image as a thumbnail from a handle to an existing page in a PDF document. |
CreateThumbnailFromMemory | Adds an image as a thumbnail from memory to an existing page in a PDF document. |
DeleteAnnotation | Removes the annotation at the specified annotation index from the specified page. |
DeleteAttachment | Deletes the attachment specified by the index. |
DeleteHyperlink | Removes the hyperlink at the specified index from the specified page. |
DeletePage | Deletes an existing page from a PDF document. |
DeleteThumbnail | Deletes the thumbnail from a PDF page. |
DeleteWatermark | Deletes watermarks from the document's page. |
ExportXFDF | Exports PDF annotations to XFDF text data. |
ExportXFDFVariant | Exports PDF annotations to XFDF text data. |
ExtractImages | Extracts the images on the page specified by the page number using the options specified. |
ExtractPages | Extract pages from the current PDFDocument into new PDFDocument(s). |
ExtractThumbnail | Extracts the thumbnail image on the page specified by the page number. |
GetAnnotationCount | Gets the number of annotations associated with the given page within the PDF Document. |
GetAnnotationName | Gets the name of the specific annotation for the specified page in a PDF document. |
GetAnnotationSubtype | Gets the subtype of the annotation at the specified annotation index from the specified page. |
GetAttachment | Returns the attachment at the specified index. |
GetAttachmentCount | Returns the number of attachments in the document. |
GetBookmarkChild | Gets the child bookmark context of the given parent bookmark context. |
GetBookmarkRoot | Gets the root bookmark context. |
GetBookmarkSibling | Gets the next sibling bookmark context of the parent bookmark context. |
GetExtractedImage | Gets the extracted image from the previous call to ExtractImages(). |
GetHyperlink | Gets the hyperlink at the specified page and index. |
GetHyperlinkCount | Returns the number of hyperlinks on the specified page. |
GetInfo | Gets information about an existing page in a PDF Document. |
GetInfoEx | Gets information about an existing page in a PDF document in terms of a specific coordinate system. |
GetSecurity | Gets the Security settings of the Document if it's secure, using the specified Owner Password. |
GetTextFinder | Gets a TextFinder object for a page of the current document which contains the matching text information from user-defined criteria. |
ImportXFDF | Specifies information on how PDF imports XFDF annotation information to the PDF document. |
ImportXFDFVariant | Imports XFDF text data to PDF annotations. |
InsertPages | Insert pages into the current PdfDocument from another PdfDocument. |
IsStrictlyDeviceGray | Determines if the page strictly uses the color space DeviceGray for visible graphics. |
MovePage | Moves a page from one index in the PdfDocument to another location. |
NewDocument | Creates a new PdfDocument. |
OpenDocument | Opens a PDFDocument using the specified FileName and Password. |
OpenDocumentEx | Opens the PDF document with an option to repair. |
OpenDocumentFromBuffer | Opens a PDF document from a buffer. |
OpenDocumentFromHandle | Opens a PDF document from a handle. |
OpenDocumentOptions | Opens a PDF document with the specified option values. |
RemoveBookmark | Removes a bookmark from a PDF document. |
RemoveSecurity | Removes the Security of a Document that is secure. |
RenderPageOptionsToBitmap | Generates a bitmap of an existing page using the current screen resolution. |
RenderPageOptionsToData | Renders a page to an ImageDataInfo object. |
RenderPageOptionsToDc | Draw PDF page to a Windows GDI device context. |
RenderPageOptionsToDib | Renders a page to a (DIB) Device Independent Bitmap at screen resolution. |
RenderPageOptionsToEPS | Renders a page to an Encapsulated PostScript file. |
RenderPageToBitmap | Renders a page to a bitmap. |
RenderPageToDib | Renders a page to a DIB (Device Independent Bitmap). |
SaveDocument | Saves the document with the given save option values. |
SaveDocumentEx | Saves the document with the given save option values. |
SaveDocumentToBuffer | Saves a PDF document into a new local memory buffer. |
SaveDocumentToBufferEx | Saves a PDF document into a new local memory buffer. |
SaveDocumentToHandle | Saves a PDF document into a new global memory buffer, accessed using a handle. |
SaveDocumentToHandleEx | Saves a PDF document into a new global memory buffer, accessed using a handle. |
SetParentControl | Sets the parent PDFXpress control. |
SetRotationOfPage | Sets the rotation of the specified page. |
DocumentID | Gets and sets the PDF document ID. |
DocumentLinearized | Gets whether the PDF file is linearized. |
DocumentMetadata | Gets a reference to DocumentMetadata, which includes general information like the document title, author, and creation dates. |
DocumentPageCount | Gets the number of pages in the PDF document. |
IsPortfolio | Gets whether the document is a portfolio. |
OwnImage | Gets and sets a value which indicates if the image is owned by a PDF document. |
Version | Gets the version of the PDF standard to which the document adheres. |
CancelInsertPages | Event that fires after each page is inserted to allow the user to cancel the current process. |
ContinueExport | Event that fires during exporting to allow continuation or inserting a cancel. |
ContinueImport | Event that fires during importing to allow continuation or inserting a cancel. |
ExportedAnnotation | The ExportedAnnotation event is raised after each PDF annotation is completely exported to another format. |