ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Pdf Assembly / GrapeCity.ActiveReports.Export.Pdf.Section Namespace / PdfDocumentOptions Class / OnlyForPrint Property

In This Topic
    OnlyForPrint Property (PdfDocumentOptions)
    In This Topic
    Indicate whether the PDF is only for print.
    Syntax
    'Declaration
     
    Public Property OnlyForPrint As Boolean
    public bool OnlyForPrint {get; set;}
    See Also