ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Pdf Assembly / GrapeCity.ActiveReports.Export.Pdf Namespace / Enums.ImageInterpolation Enumeration

In This Topic
    Enums.ImageInterpolation Enumeration
    In This Topic
    Interpolation value of images. Allows to enable/disable image interpolation, at the time of exporting the file to PDF.
    Syntax
    'Declaration
     
    Public Enum Enums.ImageInterpolation 
       Inherits System.Enum
    public enum Enums.ImageInterpolation : System.Enum 
    Members
    MemberDescription
    AutoInterpolation is enabled.
    NoneInterpolation is disabled.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Export.Pdf.Enums.ImageInterpolation

    See Also