Password Property (PasswordRequiredEventArgs)
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;}
Property Value
The password for opening the PDF file.Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also