Click or drag to resize
Pdf Library for .NET

PdfToolUserPassword Property

The user password to be used to open the PDF document for reading. The default value is null, which means that no password will be used to open the PDF document.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public string UserPassword { get; set; }

Property Value

Type: String
See Also