ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web.ExportOptions Namespace / PdfExportOptions Class / OnlyForPrint Property

In This Topic
    OnlyForPrint Property (PdfExportOptions)
    In This Topic
    Gets or sets a value indicating whether the PDF is only for print.
    Syntax
    'Declaration
     
    Public Property OnlyForPrint As Boolean
    public bool OnlyForPrint {get; set;}
    See Also