ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web.ExportOptions Namespace / PdfExportOptions.PdfReExclusiveOptions Class / ImageInterpolation Property

In This Topic
    ImageInterpolation Property (PdfExportOptions.PdfReExclusiveOptions)
    In This Topic
    Allows to enable/disable image interpolation, when exporting the file to PDF (PDF RE).
    Syntax
    'Declaration
     
    Public Property ImageInterpolation As Enums.ImageInterpolation
    public Enums.ImageInterpolation ImageInterpolation {get; set;}
    See Also