PdfRendererOptionsUserPassword Property |
Specifies the user password that will protect access to any generated PDF documents.
Namespace: Kettic.AspNet.Controls.Toolkit.Apoc.Render.PdfAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string UserPassword { get; set; }
Public Property UserPassword As String
Get
Set
public:
property String^ UserPassword {
String^ get ();
void set (String^ value);
}
member UserPassword : string with 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