Owner password. The owner has all privilages, including changing the user password.

Namespace: TallComponents.PDF.Security
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public string OwnerPassword { get; }
Visual Basic
Public ReadOnly Property OwnerPassword As String
	Get

Remarks

The owner password is required. Setting this to "" (an empty string) is valid but will allow anybody to change the security settings on the document.

See Also