ActiveReports.Web Request technical support
Encrypt Property
See Also 


Specifies if the export should encrypt the PDF when using the PDF Viewer type.

Syntax

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

See Also