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

In This Topic
    ImageInterpolation Property (PdfExportSettings)
    In This Topic
    Gets or sets the image interpolation mode for the PDF document.
    Syntax
    'Declaration
     
    Public Property ImageInterpolation As EnumDefaultExportSetting(Of Enums.ImageInterpolation)
    public EnumDefaultExportSetting<Enums.ImageInterpolation> ImageInterpolation {get; set;}

    Property Value

    An EnumDefaultExportSetting<T> of type GrapeCity.ActiveReports.Export.Pdf.Enums.ImageInterpolation object representing the image interpolation mode.
    See Also