PDFView4NET WPF Edition
Password Property (PasswordRequiredEventArgs)




O2S.Components.PDFView4NET Namespace > PasswordRequiredEventArgs Class : Password Property
Gets or sets the password to be used for opening the PDF file.
Syntax
'Declaration
 
Public Property Password As Byte()
'Usage
 
Dim instance As PasswordRequiredEventArgs
Dim value() As Byte
 
instance.Password = value
 
value = instance.Password
public byte[] Password {get; set;}
public: __property byte[]* get_Password();
public: __property void set_Password( 
   byte[][]* value
);
public:
property array<byte>^ Password {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

The password for opening the PDF file.
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

PasswordRequiredEventArgs Class
PasswordRequiredEventArgs Members