The PDFMerge type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AppendEmptyPage |
Appends an empty page to merged PDF document
| |
| AppendImageFile |
Append an existing image file given by the method parameter to the merge result
| |
| AppendImageObject |
Append a System.Drawing.Image object given by the method parameter to the merge result
| |
| AppendPDFFile(String) |
Appends an existing PDF document
| |
| AppendPDFFile(String, Int32) |
Appends pages from the specified source document starting from zero based page index
in the source document.
| |
| AppendPDFFile(String, Int32, Int32) |
Appends at most length pages from the specified source document starting from zero based index
startIndex in the source document.
| |
| AppendPDFFile(String, String, Int32, Int32) |
Appends at most length pages from the specified password protected source document starting from zero based index
startIndex in the source document.
| |
| AppendPDFStream(Stream) |
Appends a PDF stream given by the method parameter to the merged PDF document
| |
| AppendPDFStream(Stream, Int32) |
Appends pages from the specified source document starting from zero based page index
in the source document.
| |
| AppendPDFStream(Stream, Int32, Int32) |
Appends at most length pages from the specified source document starting from zero based index
startIndex in the source document.
| |
| AppendPDFStream(Stream, String, Int32, Int32) |
Appends at most length pages from the specified password protected source document starting from zero based index
startIndex in the source document.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetCurrentPageCount |
Retrieves the number of pages of current PDF document
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetPageCount(Stream) |
A fast method in PDF Merge library to obtain the page count of a PDF document from the given stream.
| |
| GetPageCount(String) |
A fast method in PDF Merge library to obtain the page count of a PDF document from the given file path.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RenderMergedPDFDocument |
Renders the merged document into memory buffer and returns that buffer.
| |
| SaveMergedPDFToFile |
Saves the merged PDF document into the specified disk file.
| |
| SaveMergedPDFToStream |
Saves the merged PDF document into the specified stream.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also