ActiveReports 8
Use128Bit Property
See Also 
GrapeCity.ActiveReports.Export.Pdf.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also