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
)
Function Append (
fileNameA As String,
streamB As Stream
) As String
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:
StringThe file name of the PDF created.
See Also