Discuss this help topic in SecureBlackbox Forum

TElPDFImage.Interpolate

TElPDFImage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


A flag indicating whether image interpolation shall be performed by a conforming reader.

Declaration

[C#]
    bool Interpolate;

[VB.NET]
    Property Interpolate As Boolean

[Pascal]
    property Interpolate : boolean;

[C++]
    bool get_Interpolate();
    void set_Interpolate(bool Value);

[PHP]
    bool get_Interpolate()
    void set_Interpolate(bool $Value)

[Java]
    boolean getInterpolate();
    void setInterpolate(boolean Value);

Description

    Use this property to specify whether image interpolation shall be performed by a conforming reader. The default value is False.

See also:     Height     Width    

Discuss this help topic in SecureBlackbox Forum