PDFView4NET WinForms Edition
OwnerPassword Property




O2S.Components.PDFView4NET Namespace > PDFSecurityManager Class : OwnerPassword Property
Gets or sets the owner password for the pdf document this security manager object is attached to.
Syntax
'Declaration
 
Public Property OwnerPassword As Byte()
'Usage
 
Dim instance As PDFSecurityManager
Dim value() As Byte
 
instance.OwnerPassword = value
 
value = instance.OwnerPassword
public byte[] OwnerPassword {get; set;}
public: __property byte[]* get_OwnerPassword();
public: __property void set_OwnerPassword( 
   byte[][]* value
);
public:
property array<byte>^ OwnerPassword {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

A byte array specifying the owner password for the pdf file.
Remarks
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.
Requirements

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

See Also

Reference

PDFSecurityManager Class
PDFSecurityManager Members