Click or drag to resize
PdfRendererOptionsOwnerPassword Property
Specifies the owner password that will protect full access to any generated PDF documents.

Namespace: Kettic.AspNet.Controls.Toolkit.Apoc.Render.Pdf
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string OwnerPassword { get; set; }

Property Value

Type: String
The default value is null.
Remarks
If either the owner or the user password is specified, then the document will be encrypted.
See Also