PdfMetamorphosisPdfSecurityOwnerPassword Property |
Specifies the owner password for the encrypted PDF document.
Namespace: SautinSoftAssembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2024.12.19
Syntax public string OwnerPassword { get; set; }
Public Property OwnerPassword As String
Get
Set
Property Value
StringRemarks
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