|
Class Summary |
| AppendedPage |
Represents an appended page. |
| ImportedPage |
This class can be used to pull a single selected page from an existing PDF document. |
| ImportedPageArea |
Represents the Imported Page Area class. |
| ImportedPageContents |
This class can be used to reuse pages content in multiple ImportedPageData objects. |
| ImportedPageData |
This class can be used to pull a single selected page from an existing PDF document. |
| MergeDocument |
This is the primary class used to merge or append entire PDF documents or certain pages from existing
documents. |
| MergeOptions |
Currently the only merge option is whether or not to preserve the form fields on the PDF being merged in. |
| PdfDocument |
This class should be used when you will be referencing an existing PDF document more than once.Using
a PDFDocument is more efficient than specifying a file path because the document will not need to be
parsed again on each subsequent reference. |
| PdfPage |
Represents a page from an imported PDF document. |
| PdfPageBoundaries |
Specifies the boundaries of a PDF page. |
| PdfPageList |
Represents a collection of PDF pages. |