ActiveReports Developer 7
Use128Bit Property
See Also 
GrapeCity.ActiveReports.Export.Pdf.v7 Assembly > GrapeCity.ActiveReports.Export.Pdf.Page Namespace > Settings Class : Use128Bit Property

Glossary Item Box

True to use 128 bit encryption with full permissions capability. False to use 40 bit encryption with limited permissions. The PdfPermissions.AllowFillIn, PdfPermissions.AllowAccessibleReaders, and PdfPermissions.AllowAssembly permissions require this value to be true.

Syntax

Visual Basic (Declaration) 
Public Property Use128Bit As System.Boolean
C# 
public System.bool Use128Bit {get; set;}

Remarks

The default value is true.

See Also