Gets the owner password.

Namespace: Spire.Pdf.Security
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public string OwnerPassword { get; }
Public ReadOnly Property OwnerPassword As String
	Get
public:
property String^ OwnerPassword {
	String^ get ();
}
member OwnerPassword : string with get

Property Value

String

See Also