Click or drag to resize
PdfRendererOptionsUserPassword Property
Specifies the user password that will protect 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 UserPassword { 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