Gets or sets the user password.
Namespace: Spire.Pdf.SecurityAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("This property may be removed in the future.To set the password, please call the method 'void Encrypt(...)'")] public string UserPassword { get; set; }
<ObsoleteAttribute("This property may be removed in the future.To set the password, please call the method 'void Encrypt(...)'")> Public Property UserPassword As String Get Set
public: [ObsoleteAttribute(L"This property may be removed in the future.To set the password, please call the method 'void Encrypt(...)'")] property String^ UserPassword { String^ get (); void set (String^ value); }
[<ObsoleteAttribute("This property may be removed in the future.To set the password, please call the method 'void Encrypt(...)'")>] member UserPassword : string with get, set