Click or drag to resize

IPDFDocumentAppend Method (String, Stream)

Appends a PDF stream from memory to a PDF file.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string Append(
	string fileNameA,
	Stream streamB
)

Parameters

fileNameA
Type: SystemString
The file to append to.
streamB
Type: System.IOStream
The stream of the file we wish to append to the first.

Return Value

Type: String
The file name of the PDF created.
See Also