PDF .NET Library Documentation - PDF Technologies, Inc.
User password for current PDF document.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public string UserPassword { get; set; }
Visual Basic (Declaration)
Public Property UserPassword As String
Visual C++
public:
property String^ UserPassword {
	String^ get ();
	void set (String^ value);
}

Remarks

This is the password which will be used to encrypt the file.

See Also