PdfSecurity
UserPassword Property
|
Gets the user password.
Namespace:
Spire.Presentation.External.Pdf
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public string UserPassword { get; }
Public ReadOnly Property UserPassword As String
Get
public:
property String^ UserPassword {
String^ get ();
}
member UserPassword : string with get
Property Value
Type:
String
See Also