ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web.ExportOptions Namespace / PdfExportOptions Class / Version Property

In This Topic
    Version Property (PdfExportOptions)
    In This Topic
    Specifies the PDF Version to use when using the PDF Viewer type.
    Syntax
    'Declaration
     
    Public Property Version As PdfVersion
    public PdfVersion Version {get; set;}

    Property Value

    A GrapeCity.ActiveReports.Export.Pdf.Section.PdfVersion value indicating the PDF version to use for the PDF export. Default is GrapeCity.ActiveReports.Export.Pdf.Section.PdfVersion.Pdf14.
    See Also