ActiveReports.Web Request technical support
UserPassword Property
See Also 


Specifies the PDF User's password when using the PDF Viewer type and the Encrypt property is set to true.

Syntax

Visual Basic (Declaration) 
Public Property UserPassword As String
Visual Basic (Usage)Copy Code
Dim instance As PdfExportOptions
Dim value As String
 
instance.UserPassword = value
 
value = instance.UserPassword
C# 
public string UserPassword {get; set;}

See Also