PdfSecurity
OwnerPassword Property
|
Gets the owner password.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
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