ActiveReports 19 .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;}

    Property Value

    A System.Boolean value. true if the PDF is only for print; otherwise, false.
    See Also