Click or drag to resize
Pdf Library for .NET

PdfMergeManagerAppend Method

Overload List
  NameDescription
Public methodAppend(Byte)
Append PDF document from a byte array.
Public methodAppend(Stream)
Append PDF document from the specified stream.
Public methodAppend(String)
Append PDF document.
Public methodAppend(PdfDocument)
Append PDF document from an existing PdfDocument object.
Public methodAppend(Byte, String)
Append PDF document from a byte array.
Public methodAppend(Stream, String)
Append PDF document from the specified stream.
Public methodAppend(String, String)
Append PDF document.
Public methodAppend(PdfDocument, String)
Append PDF document from an existing PdfDocument object.
Top
See Also