| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| wordDocuments | List(Of ISWordDocument) | |||
| destFileCategory | String | The destination File's Category. | ||
| destFileName | String | The destination File Name. | ||
| newDocumentFile | finDocumentFile | ByRef | If successful, the Document File that was added. | |
| addDateTimeToDestFileName | Boolean | Optional | If True, the Date and Time is added to the Destination File Name. If omitted, a value of True is assumed. | |
| makeDestFileNameUnique | Boolean | Optional | If True, the Destination File Name will be made unique by adding a Number suffix. If omitted, a value of True is assumed. | |
| openPassword | String | Optional | Optional password to open the PDF file. | |
| ownerPassword | String | Optional | Optional password to open the PDF file with full Permissions. | |
| securityPermissions | isePdfSaveSecurityPermissions | Optional | Optional permissions to apply to the PDF file. If omitted, a value of isePdfSaveSecurityPermissions.All is assumed. |
A Boolean value indicating success.