PdfSecurity
OwnerPassword Property
|
Gets the owner password.
Namespace:
Spire.Pdf.Security
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
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