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

In This Topic
    Version Property (PdfExportSettings)
    In This Topic
    Gets or sets the output PDF version.
    Syntax
    'Declaration
     
    Public Property Version As EnumDefaultExportSetting(Of PdfVersion)
    public EnumDefaultExportSetting<PdfVersion> Version {get; set;}

    Property Value

    An EnumDefaultExportSetting<T> object representing the PDF version.
    See Also