PdfSecurity
OwnerPassword Property
 | 
Gets the owner password.
Namespace:
Spire.Xls.Pdf.Security
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public string OwnerPassword { get; }
 
Public ReadOnly Property OwnerPassword As String
	Get
 
public:
property String^ OwnerPassword {
	String^ get ();
}
 
member OwnerPassword : string with get
 
 
 
Property Value
Type:
String
 
See Also