Click or drag to resize
Pdf Library for .NET

PdfMergeManager Methods

The PdfMergeManager type exposes the following members.

Methods
 NameDescription
Public methodAppend(Byte) Append PDF document from a byte array.
Public methodAppend(PdfDocument) Append PDF document from an existing PdfDocument object.
Public methodAppend(Stream) Append PDF document from the specified stream.
Public methodAppend(String) Append PDF document.
Public methodAppend(Byte, String) Append PDF document from a byte array.
Public methodAppend(PdfDocument, String) Append PDF document from an existing PdfDocument object.
Public methodAppend(Stream, String) Append PDF document from the specified stream.
Public methodAppend(String, String) Append PDF document.
Public methodClose Closes the opened pdf documents (both initial and the newly created).
(Overrides PdfManagerClose)
Public methodGetDocument Returns the pdf document as PdfDocument object.
(Overrides PdfManagerGetDocument)
Public methodLoad(Byte) Loads a pdf document from a byte array.
(Inherited from PdfManager)
Public methodLoad(PdfDocument) Loads a pdf document from an existing PdfDocument object.
(Inherited from PdfManager)
Public methodLoad(Stream) Loads a pdf document from the specified stream.
(Inherited from PdfManager)
Public methodLoad(String) Loads a pdf document from an existing pdf file.
(Inherited from PdfManager)
Public methodLoad(Byte, String) Loads a password protected pdf document from a byte array.
(Inherited from PdfManager)
Public methodLoad(PdfDocument, String) Loads a pdf document from an existing password protected PdfDocument object.
(Inherited from PdfManager)
Public methodLoad(Stream, String) Loads a pdf document from a stream containing a password protected pdf document.
(Inherited from PdfManager)
Public methodLoad(String, String) Loads a pdf document from an existing password protected pdf file.
(Inherited from PdfManager)
Public methodSave Saves the pdf document as byte array.
(Overrides PdfManagerSave)
Public methodSave(Stream) Saves the pdf document to the specified stream.
(Overrides PdfManagerSave(Stream))
Public methodSave(String) Saves the pdf document to the specified file.
(Overrides PdfManagerSave(String))
Top
See Also