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

In This Topic
    PdfExportOptions Property
    In This Topic
    Returns a PdfExportOptions object to set PDF-specific properties when you use the PDF ViewerType in the WebViewer control.
    Syntax
    'Declaration
     
    Public ReadOnly Property PdfExportOptions As PdfExportOptions
    public PdfExportOptions PdfExportOptions {get;}

    Property Value

    A GrapeCity.ActiveReports.Web.ExportOptions.PdfExportOptions object representing the PDF export options.
    See Also