ActiveReports Developer 7
OnlyForPrint Property
See Also 
GrapeCity.ActiveReports.Export.Pdf.v7 Assembly > GrapeCity.ActiveReports.Export.Pdf.Section Namespace > PdfDocumentOptions Class : OnlyForPrint Property

Glossary Item Box

Indicate whether the PDF is only for print.

Syntax

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

See Also