ExpertPDF PDF to Text Converter
UserPassword Property
NamespacesExpertPdfPdfToTextConverterUserPassword
The ASCII 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.
Declaration Syntax
C#Visual BasicVisual C++
public string UserPassword { get; set; }
Public Property UserPassword As String
public:
property String^ UserPassword {
	String^ get ();
	void set (String^ value);
}

Assembly: pdftotext (Module: pdftotext) Version: 3.1.0.0 (3.1.0.0)