'Declaration
Public Property UnicodeOwnerPassword As String
'Usage
Dim instance As PDFSecurityManager Dim value As String instance.UnicodeOwnerPassword = value value = instance.UnicodeOwnerPassword
public string UnicodeOwnerPassword {get; set;}
'Declaration
Public Property UnicodeOwnerPassword As String
'Usage
Dim instance As PDFSecurityManager Dim value As String instance.UnicodeOwnerPassword = value value = instance.UnicodeOwnerPassword
public string UnicodeOwnerPassword {get; set;}
Note: This property must be used when using AES-256 encryption. If RC4 or AES-128 encryption is used, then the OwnerPassword property must be set.
An owner password allows the user to get full control over the pdf document. If a pdf file is password protected, entering an owner password when opening the file, allows the user to get full access to the document without any restrictions.Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2