| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| wordDocuments | List(Of ISWordDocument) | |||
| sourceType | isefinDocumentManagerSourceType | The Source Type to save the bulk Document under. | ||
| destFileName | String | The destination File Name. | ||
| newFileNameRelative | String | Optional | ByRef | If successful, the File Name that was added, relative to the Source folder. |
| newFileNameFull | String | Optional | ByRef | If successful, the full File Name that was added, including the root folder Name. |
| addDateTimeToDestFileName | Boolean | Optional | If True, the Date and Time is added to the Destination File Name. 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.