IPDFDocumentAppend Method (String, String) |
Appends one PDF file to another.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string Append(
string fileNameA,
string fileNameB
)
Function Append (
fileNameA As String,
fileNameB As String
) As String
Parameters
- fileNameA
- Type: SystemString
The first file to append. This file will appear before the 2nd file in the appended PDF document. - fileNameB
- Type: SystemString
The second file to append.
Return Value
Type:
StringThe file name of the PDF file created.
See Also