Click or drag to resize

ExcelToPdfPdfSecurityUserPassword Property

Specifies the user password required for opening the encrypted PDF document.

Namespace: SautinSoft
Assembly: SautinSoft.ExcelToPdf (in SautinSoft.ExcelToPdf.dll) Version: 2023.11.22
Syntax
public string UserPassword { get; set; }

Property Value

String
Remarks

The user password will be required to open an encrypted PDF document for viewing. The permissions specified in 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