RadControls for WinForms

Specifies the owner password that will protect full access to any generated PDF documents.

Namespace: Telerik.Apoc.Render.Pdf
Assembly: TelerikData (in TelerikData.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

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

Field Value

The default value is null.

Remarks

If either the owner or the user password is specified, then the document will be encrypted.

See Also