ActiveReports.Web Request technical support
OwnerPassword Property
See Also 


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

Syntax

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

See Also