Save an ISWordDocument object to the Document Manager in the form of a PDF file.
Syntax
finDocumentManagerFunctions.SaveWordDocumentToDocumentManagerPdfSecurityStmt(securityStmtId, wordDocument, baseFileName, documentManagerFileName, documentManagerFileNameRelative, [openPassword], [ownerPassword], [securityPermissions])
Parameters
| Name | Type | Optional | ByRef | Description |
| securityStmtId |
String |
|
|
The Security Statement Id. |
| wordDocument |
ISWordDocument |
|
|
|
| baseFileName |
String |
|
|
|
| documentManagerFileName |
String |
|
ByRef |
|
| documentManagerFileNameRelative |
String |
|
ByRef |
|
| openPassword |
String |
Optional |
|
|
| ownerPassword |
String |
Optional |
|
|
| securityPermissions |
isePdfSaveSecurityPermissions |
Optional |
|
If omitted, a value of isePdfSaveSecurityPermissions.All is assumed. |
Return Value
Boolean
A Boolean value indicating success.
- Member of:
- finDocumentManagerFunctions
- Namespace:
- Intersoft.finSupport6
- Assembly:
- finSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0