| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| pdfFileContents | List(Of Byte()) | A list of PDF File Byte arrays to combine. | ||
| fileName | String | The Filename to save to. | ||
| 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.