ActiveReports.Web Request technical support
Use128Bit Property
See Also 


Specifies if the export should use 128Bit encryption when using the PDF Viewer type and the Encrypt property is set to true.

Syntax

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

See Also