Discuss this help topic in SecureBlackbox Forum
A flag indicating whether image interpolation shall be performed by a conforming reader.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum