Gets or sets the owner password.

Namespace: Spire.Pdf.Security
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("This property may be removed in the future.To set the password, please call the method 'void Encrypt(...)'")]
public string OwnerPassword { get; set; }
<ObsoleteAttribute("This property may be removed in the future.To set the password, please call the method 'void Encrypt(...)'")> 
Public Property OwnerPassword As String
	Get
	Set
public:
[ObsoleteAttribute(L"This property may be removed in the future.To set the password, please call the method 'void Encrypt(...)'")]
property String^ OwnerPassword {
	String^ get ();
	void set (String^ value);
}
[<ObsoleteAttribute("This property may be removed in the future.To set the password, please call the method 'void Encrypt(...)'")>]
member OwnerPassword : string with get, set

Property Value

String

See Also