Session.AppendDocumentFile Method
This method appends one document to the end of another document. For example, if you assemble two separate documents, you could then use this method to combine them into one document.
Syntax
void AppendDocumentFile ( string sourceFilePath, string destinationFilePath, HotDocs_Online.appendOptions options )
Parameters | Description |
sourceFilePath | The document to be appended to the end of the destinationFilePath document. |
destinationFilePath | The document to which sourceFilePath will be appended. |
options | One of the following values from the appendOptions enumeration:
|