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

In This Topic
    ImageResolution Property (PdfExportOptions)
    In This Topic
    Specifies the ImageResolution the PDF Export should use for the PDF Viewer type.
    Syntax
    'Declaration
     
    Public Property ImageResolution As Integer
    public int ImageResolution {get; set;}

    Property Value

    A System.Int32 value indicating the image resolution for the PDF export.
    See Also