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

Glossary Item Box

Determines whether the document is encrypted or not.

Syntax

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

Remarks

You must set this property to true for the document to be encrypted and the permissions enforced.

See Also