UserPassword Property (PdfExportOptions)
In This Topic
Specifies the PDF User's password when using the PDF Viewer type and the Encrypt property is set to true.
Syntax
'Declaration
Public Property UserPassword As String
public string UserPassword {get; set;}
Property Value
A
System.String value indicating the user's password for the PDF.
See Also