ExcelToPdfPdfSecurityUserPassword Property |
Specifies the user password required for opening the encrypted PDF document.
Namespace: SautinSoftAssembly: SautinSoft.ExcelToPdf (in SautinSoft.ExcelToPdf.dll) Version: 5.6.11.14
Syntaxpublic string UserPassword { get; set; }
Public Property UserPassword As String
Get
Set
Property Value
String
Remarks
The user password will be required to open an encrypted PDF document for viewing.
The permissions will be enforced by the reader software.
The user password can be null or empty string, in this case no password will be
required from the user when opening the PDF document. The user password cannot be
the same as the owner password.
See Also