Click or drag to resize

ExcelToPdfPdfSecurityOwnerPassword Property

Specifies the owner password for the encrypted PDF document.

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

Property Value

String
Remarks

The owner password allows the user to open an encrypted PDF document without any access restrictions specified in Permissions.

The owner password cannot be the same as the user password. If you don't specify an owner password, then the system will generate a random password when generating the PDF document.

See Also