ActiveReports 19 .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
    Gets or sets a value indicating whether image interpolation is enabled when exporting to PDF (PDF RE).
    Syntax
    'Declaration
     
    Public Property ImageInterpolation As Enums.ImageInterpolation
    public Enums.ImageInterpolation ImageInterpolation {get; set;}

    Property Value

    A GrapeCity.ActiveReports.Export.Pdf.Enums.ImageInterpolation value indicating the image interpolation setting. Default is GrapeCity.ActiveReports.Export.Pdf.Enums.ImageInterpolation.None.
    See Also