[This is preliminary documentation and is subject to change.]

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

Namespace: TallComponents.Web.Pdf
Assembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1

Syntax

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

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