Click or drag to resize

PDFMergeAppendPDFStream Method

Overload List
  NameDescription
Public methodAppendPDFStream(Stream)
Appends a PDF stream to the merged document
Public methodAppendPDFStream(Stream, Int32)
Appends pages from the specified source document starting from zero based page index in the source document.
Public methodAppendPDFStream(Stream, Int32, Int32)
Appends at most length pages from the specified source document starting from zero based index startIndex in the source document.
Public methodAppendPDFStream(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.
Top
See Also