PDF .NET Library Documentation - PDF Technologies, Inc.
Owner's 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 OwnerPassword { get; set; }
Visual Basic (Declaration)
Public Property OwnerPassword As String
Visual C++
public:
property String^ OwnerPassword {
	String^ get ();
	void set (String^ value);
}

Remarks

The password is required to edit an encrypted PDF file.

See Also