ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Pdf Assembly / GrapeCity.ActiveReports.Export.Pdf.Page Namespace / Settings Class / ImageInterpolation Property

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